#79742D

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

Shades of Crete #79742D

Tints of Crete #79742D

Color information

#79742D (or 0x79742D) is unknown color: approx Crete. HEX triplet: 79, 74 and 2D. RGB value is (121,116,45). Sum of RGB (Red+Green+Blue) = 121+116+45=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79742D is #868BD2. Grayscale: #6D6D6D. Windows color (decimal): -8817619 or 2978937. OLE color: 2978937.

HSL color Cylindrical-coordinate representation of color #79742D: hue angle of 56.05º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79742D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB12111645-
CMYK00.040.630.53
HSL56.05º45.78%32.55%-
HSV(B)56.05º62.81%47.45%-
XYZ14.616.754.95-
YUV109.491.66136.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=42.91%
G=41.13%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211164500.040.630.5356.0545.7832.55
Hex79742D043F35382e21
Octal17116455047765705641
Binary111100111101001011010100111111110101111000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,116,45); }

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

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

 a { background-color: rgb(121,116,45); }

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

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

 span { border-color: rgb(121,116,45); }

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