#77722C

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

Shades of Crete #77722C

Tints of Crete #77722C

Color information

#77722C (or 0x77722C) is unknown color: approx Crete. HEX triplet: 77, 72 and 2C. RGB value is (119,114,44). Sum of RGB (Red+Green+Blue) = 119+114+44=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77722C is #888DD3. Grayscale: #6B6B6B. Windows color (decimal): -8949204 or 2912887. OLE color: 2912887.

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

Color convert

RGB11911444-
CMYK00.040.630.53
HSL56º46.01%31.96%-
HSV(B)56º63.03%46.67%-
XYZ14.0816.144.76-
YUV107.5292.16136.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=42.96%
G=41.16%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191144400.040.630.535646.0131.96
Hex77722C043F35382e20
Octal16716254047765705640
Binary111011111100101011000100111111110101111000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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