#776C32

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

Shades of Crete #776C32

Tints of Crete #776C32

Color information

#776C32 (or 0x776C32) is unknown color: approx Crete. HEX triplet: 77, 6C and 32. RGB value is (119,108,50). Sum of RGB (Red+Green+Blue) = 119+108+50=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #776C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C32 is #8893CD. Grayscale: #686868. Windows color (decimal): -8950734 or 3304567. OLE color: 3304567.

HSL color Cylindrical-coordinate representation of color #776C32: hue angle of 50.43º 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 #776C32 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB11910850-
CMYK00.090.580.53
HSL50.43º40.83%33.14%-
HSV(B)50.43º57.98%46.67%-
XYZ13.5514.885.18-
YUV104.6897.14138.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=42.96%
G=38.99%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191085000.090.580.5350.4340.8333.14
Hex776C32093A35322921
Octal167154620117265625141
Binary1110111110110011001001001111010110101110010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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