#78782B

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

Shades of Crete #78782B

Tints of Crete #78782B

Color information

#78782B (or 0x78782B) is unknown color: approx Crete. HEX triplet: 78, 78 and 2B. RGB value is (120,120,43). Sum of RGB (Red+Green+Blue) = 120+120+43=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78782B is #8787D4. Grayscale: #6F6F6F. Windows color (decimal): -8882133 or 2848888. OLE color: 2848888.

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

Color convert

RGB12012043-
CMYK000.640.53
HSL60º47.24%31.96%-
HSV(B)60º64.17%47.06%-
XYZ14.917.64.9-
YUV111.2289.5134.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=42.40%
G=42.40%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012043000.640.536047.2431.96
Hex78782B0040353c2f20
Octal170170530010065745740
Binary11110001111000101011001000000110101111100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78782B; }

 p { color: rgb(120,120,43); }

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

<style>
 a { background-color: #78782B; }

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

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

<style>
 span { border-color: #78782B; }

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

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