#77722F

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

Shades of Crete #77722F

Tints of Crete #77722F

Color information

#77722F (or 0x77722F) is unknown color: approx Crete. HEX triplet: 77, 72 and 2F. RGB value is (119,114,47). Sum of RGB (Red+Green+Blue) = 119+114+47=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77722F is #888DD0. Grayscale: #6C6C6C. Windows color (decimal): -8949201 or 3109495. OLE color: 3109495.

HSL color Cylindrical-coordinate representation of color #77722F: hue angle of 55.83º 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 #77722F is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB11911447-
CMYK00.040.610.53
HSL55.83º43.37%32.55%-
HSV(B)55.83º60.5%46.67%-
XYZ14.1416.165.06-
YUV107.8693.66135.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=42.5%
G=40.71%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191144700.040.610.5355.8343.3732.55
Hex77722F043D35382b21
Octal16716257047565705341
Binary111011111100101011110100111101110101111000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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