#77763B

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

Shades of Crete #77763B

Tints of Crete #77763B

Color information

#77763B (or 0x77763B) is unknown color: approx Crete. HEX triplet: 77, 76 and 3B. RGB value is (119,118,59). Sum of RGB (Red+Green+Blue) = 119+118+59=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77763B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77763B is #8889C4. Grayscale: #6F6F6F. Windows color (decimal): -8948165 or 3896951. OLE color: 3896951.

HSL color Cylindrical-coordinate representation of color #77763B: hue angle of 59º 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 #77763B is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11911859-
CMYK00.010.500.53
HSL59º33.71%34.9%-
HSV(B)59º50.42%46.67%-
XYZ14.8817.196.67-
YUV111.5798.33133.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=40.20%
G=39.86%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191185900.010.500.535933.7134.9
Hex77763B0132353b2223
Octal16716673016265734243
Binary1110111111011011101101110010110101111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77763B; }

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

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

<style>
 a { background-color: #77763B; }

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

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

<style>
 span { border-color: #77763B; }

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

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