#78742E

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

Shades of Crete #78742E

Tints of Crete #78742E

Color information

#78742E (or 0x78742E) is unknown color: approx Crete. HEX triplet: 78, 74 and 2E. RGB value is (120,116,46). Sum of RGB (Red+Green+Blue) = 120+116+46=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78742E is #878BD1. Grayscale: #6D6D6D. Windows color (decimal): -8883154 or 3044472. OLE color: 3044472.

HSL color Cylindrical-coordinate representation of color #78742E: hue angle of 56.76º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78742E is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB12011646-
CMYK00.030.620.53
HSL56.76º44.58%32.55%-
HSV(B)56.76º61.67%47.06%-
XYZ14.4816.685.04-
YUV109.2292.33135.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=42.55%
G=41.13%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201164600.030.620.5356.7644.5832.55
Hex78742E033E35392d21
Octal17016456037665715541
Binary11110001110100101110011111110110101111001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78742E; }

 p { color: rgb(120,116,46); }

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

<style>
 a { background-color: #78742E; }

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

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

<style>
 span { border-color: #78742E; }

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

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