#776E3B

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

Shades of Crete #776E3B

Tints of Crete #776E3B

Color information

#776E3B (or 0x776E3B) is unknown color: approx Crete. HEX triplet: 77, 6E and 3B. RGB value is (119,110,59). Sum of RGB (Red+Green+Blue) = 119+110+59=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E3B is #8891C4. Grayscale: #6B6B6B. Windows color (decimal): -8950213 or 3894903. OLE color: 3894903.

HSL color Cylindrical-coordinate representation of color #776E3B: hue angle of 51º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776E3B is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11911059-
CMYK00.080.500.53
HSL51º33.71%34.9%-
HSV(B)51º50.42%46.67%-
XYZ13.9715.396.37-
YUV106.88100.98136.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=41.32%
G=38.19%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191105900.080.500.535133.7134.9
Hex776E3B083235332223
Octal167156730106265634243
Binary1110111110111011101101000110010110101110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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