#776F2C

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

Shades of Crete #776F2C

Tints of Crete #776F2C

Color information

#776F2C (or 0x776F2C) is unknown color: approx Crete. HEX triplet: 77, 6F and 2C. RGB value is (119,111,44). Sum of RGB (Red+Green+Blue) = 119+111+44=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #776F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F2C is #8890D3. Grayscale: #6A6A6A. Windows color (decimal): -8949972 or 2912119. OLE color: 2912119.

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

Color convert

RGB11911144-
CMYK00.070.630.53
HSL53.6º46.01%31.96%-
HSV(B)53.6º63.03%46.67%-
XYZ13.7515.474.64-
YUV105.7593.15137.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=43.43%
G=40.51%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191114400.070.630.5353.646.0131.96
Hex776F2C073F35362e20
Octal16715754077765665640
Binary111011111011111011000111111111110101110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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