#77752C

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

Shades of Crete #77752C

Tints of Crete #77752C

Color information

#77752C (or 0x77752C) is unknown color: approx Crete. HEX triplet: 77, 75 and 2C. RGB value is (119,117,44). Sum of RGB (Red+Green+Blue) = 119+117+44=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77752C is #888AD3. Grayscale: #6D6D6D. Windows color (decimal): -8948436 or 2913655. OLE color: 2913655.

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

Color convert

RGB11911744-
CMYK00.020.630.53
HSL58.4º46.01%31.96%-
HSV(B)58.4º63.03%46.67%-
XYZ14.4216.834.87-
YUV109.2891.16134.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=42.5%
G=41.79%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191174400.020.630.5358.446.0131.96
Hex77752C023F353a2e20
Octal16716554027765725640
Binary11101111110101101100010111111110101111010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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