#776E2C

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

Shades of Crete #776E2C

Tints of Crete #776E2C

Color information

#776E2C (or 0x776E2C) is unknown color: approx Crete. HEX triplet: 77, 6E and 2C. RGB value is (119,110,44). Sum of RGB (Red+Green+Blue) = 119+110+44=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #776E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E2C is #8891D3. Grayscale: #696969. Windows color (decimal): -8950228 or 2911863. OLE color: 2911863.

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

Color convert

RGB11911044-
CMYK00.080.630.53
HSL52.8º46.01%31.96%-
HSV(B)52.8º63.03%46.67%-
XYZ13.6415.264.61-
YUV105.1793.48137.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=43.59%
G=40.29%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191104400.080.630.5352.846.0131.96
Hex776E2C083F35352e20
Octal167156540107765655640
Binary1110111110111010110001000111111110101110101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,44); }

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

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

 a { background-color: rgb(119,110,44); }

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

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

 span { border-color: rgb(119,110,44); }

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