#78772D

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

Shades of Crete #78772D

Tints of Crete #78772D

Color information

#78772D (or 0x78772D) is unknown color: approx Crete. HEX triplet: 78, 77 and 2D. RGB value is (120,119,45). Sum of RGB (Red+Green+Blue) = 120+119+45=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78772D is #8788D2. Grayscale: #6F6F6F. Windows color (decimal): -8882387 or 2979704. OLE color: 2979704.

HSL color Cylindrical-coordinate representation of color #78772D: hue angle of 59.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78772D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB12011945-
CMYK00.010.630.53
HSL59.2º45.45%32.35%-
HSV(B)59.2º62.5%47.06%-
XYZ14.8217.385.06-
YUV110.8690.83134.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=42.25%
G=41.90%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201194500.010.630.5359.245.4532.35
Hex78772D013F353b2d20
Octal17016755017765735540
Binary1111000111011110110101111111110101111011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78772D; }

 p { color: rgb(120,119,45); }

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

<style>
 a { background-color: #78772D; }

 a { background-color: rgb(120,119,45); }

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

<style>
 span { border-color: #78772D; }

 span { border-color: rgb(120,119,45); }

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