#77702F

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

Shades of Crete #77702F

Tints of Crete #77702F

Color information

#77702F (or 0x77702F) is unknown color: approx Crete. HEX triplet: 77, 70 and 2F. RGB value is (119,112,47). Sum of RGB (Red+Green+Blue) = 119+112+47=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77702F is #888FD0. Grayscale: #6A6A6A. Windows color (decimal): -8949713 or 3108983. OLE color: 3108983.

HSL color Cylindrical-coordinate representation of color #77702F: hue angle of 54.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77702F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB11911247-
CMYK00.060.610.53
HSL54.17º43.37%32.55%-
HSV(B)54.17º60.5%46.67%-
XYZ13.9215.724.99-
YUV106.6894.32136.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=42.81%
G=40.29%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191124700.060.610.5354.1743.3732.55
Hex77702F063D35362b21
Octal16716057067565665341
Binary111011111100001011110110111101110101110110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77702F; }

 p { color: rgb(119,112,47); }

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

<style>
 a { background-color: #77702F; }

 a { background-color: rgb(119,112,47); }

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

<style>
 span { border-color: #77702F; }

 span { border-color: rgb(119,112,47); }

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