Color Hex Logo

#763718 Color Hex

#763718
(118,55,24)
0 Favorites   0 Comments

Color spaces of #763718

RGB 1185524
HSL0.050.660.28
HSV20°80°46°
CMYK 0.000.530.80   0.54
XYZ9.00236.64991.6732
Yxy6.64990.51960.3838
Hunter Lab25.787417.185814.2042
CIE-Lab30.996225.346231.3048

#763718 color RGB value is (118,55,24).

#763718 hex color red value is 118, green value is 55 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #763718 hue: 0.05 , saturation: 0.66 and the lightness value of 763718 is 0.28.

The process color (four color CMYK) of #763718 color hex is 0.00, 0.53, 0.80, 0.54. Web safe color of #763718 is #663300. Color #763718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110111 00011000
Octal 166 67 30
Decimal 118 55 24
Hex 76 37 18

RGB Percentages of Color #763718

%59.90
%27.92
%12.18

CMYK Percentages of Color #763718

%0
%53
%80
%54

Triadic Colors of #763718

#763718 #187637 #371876

Analogous Colors of #763718

#763718 #766618 #761828

Monochromatic Colors of #763718

#763718

Complementary Color

#763718 #185776

#763718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763718 Color CSS Codes

.mybgcolor {background-color:#763718; } 
.myforecolor {color:#763718; }
.mybordercolor {border:3px solid #763718; }

#763718 Text Font Color

<p style="color:#763718">Text here</p>

This sample text font color is #763718
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#763718 Background Color

<div style="background-color:#763718">
Div content here</div>

This div background color is #763718


#763718 Border Color

<div style="border:3px solid #763718">
Div here</div>

This div border color is #763718


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,55,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763718; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763718;
  -webkit-box-shadow: 1px 1px 3px 2px #763718;
  box-shadow:         1px 1px 3px 2px #763718; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,55,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #763718">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #763718;
  -webkit-box-shadow: 1px 1px 3px 2px #763718;
  box-shadow:         1px 1px 3px 2px #763718;">
Div content here</div>

This div box has shadow with color #763718


Comments

No comments written yet.

Please login to write comment.