Color Hex Logo

#766338 Color Hex

#766338
(118,99,56)
0 Favorites   0 Comments

Color spaces of #766338

RGB 1189956
HSL0.120.360.34
HSV42°53°46°
CMYK 0.000.160.53   0.54
XYZ12.646913.06085.5958
Yxy13.06080.40400.4172
Hunter Lab36.1397-0.779416.1175
CIE-Lab42.85471.577327.1151

#766338 color RGB value is (118,99,56).

#766338 hex color red value is 118, green value is 99 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #766338 hue: 0.12 , saturation: 0.36 and the lightness value of 766338 is 0.34.

The process color (four color CMYK) of #766338 color hex is 0.00, 0.16, 0.53, 0.54. Web safe color of #766338 is #666633. Color #766338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 00111000
Octal 166 143 70
Decimal 118 99 56
Hex 76 63 38

RGB Percentages of Color #766338

%43.22
%36.26
%20.51

CMYK Percentages of Color #766338

%0
%16
%53
%54

Triadic Colors of #766338

#766338 #387663 #633876

Analogous Colors of #766338

#766338 #6a7638 #764438

Monochromatic Colors of #766338

#766338

Complementary Color

#766338 #384b76

#766338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766338 Color CSS Codes

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

#766338 Text Font Color

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

This sample text font color is #766338
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.


#766338 Background Color

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

This div background color is #766338


#766338 Border Color

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

This div border color is #766338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766338


Comments

No comments written yet.

Please login to write comment.