#78772A

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

Shades of Crete #78772A

Tints of Crete #78772A

Color information

#78772A (or 0x78772A) is unknown color: approx Crete. HEX triplet: 78, 77 and 2A. RGB value is (120,119,42). Sum of RGB (Red+Green+Blue) = 120+119+42=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78772A is #8788D5. Grayscale: #6E6E6E. Windows color (decimal): -8882390 or 2783096. OLE color: 2783096.

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

Color convert

RGB12011942-
CMYK00.010.650.53
HSL59.23º48.15%31.76%-
HSV(B)59.23º65%47.06%-
XYZ14.7617.354.76-
YUV110.5289.33134.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=42.70%
G=42.35%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201194200.010.650.5359.2348.1531.76
Hex78772A0141353b3020
Octal170167520110165736040
Binary11110001110111101010011000001110101111011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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