#776D32

Color #776D32 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #776D32

Tints of Crete #776D32

Color information

#776D32 (or 0x776D32) is unknown color: approx Crete. HEX triplet: 77, 6D and 32. RGB value is (119,109,50). Sum of RGB (Red+Green+Blue) = 119+109+50=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #776D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D32 is #8892CD. Grayscale: #696969. Windows color (decimal): -8950478 or 3304823. OLE color: 3304823.

HSL color Cylindrical-coordinate representation of color #776D32: hue angle of 51.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #776D32 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB11910950-
CMYK00.080.580.53
HSL51.3º40.83%33.14%-
HSV(B)51.3º57.98%46.67%-
XYZ13.6515.095.21-
YUV105.2696.81137.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=42.81%
G=39.21%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191095000.080.580.5351.340.8333.14
Hex776D32083A35332921
Octal167155620107265635141
Binary1110111110110111001001000111010110101110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776D32; }

 p { color: rgb(119,109,50); }

 H1.HeaderClassName
 {
   color: #776D32;
 }
 .AnyTagClassName
 {
   color: #776D32;
 }
</style>
background-color css

<style>
 a { background-color: #776D32; }

 a { background-color: rgb(119,109,50); }

 div.DivClassName
 {
   background-color: #776D32;
 }
 .BgClassName
 {
   background-color: #776D32;
 }
</style>
border-color css

<style>
 span { border-color: #776D32; }

 span { border-color: rgb(119,109,50); }

 td.TdClassName
 {
   border-color: #776D32;
 }
 .TagClassName
 {
   border-color: #776D32;
 }
</style>