#79742e

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

Shades of Crete #79742E

Tints of Crete #79742E

Color information

#79742E (or 0x79742E) is unknown color: approx Crete. HEX triplet: 79, 74 and 2E. RGB value is (121,116,46). Sum of RGB (Red+Green+Blue) = 121+116+46=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #79742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79742E is #868BD1. Grayscale: #6D6D6D. Windows color (decimal): -8817618 or 3044473. OLE color: 3044473.

HSL color Cylindrical-coordinate representation of color #79742E: hue angle of 56º 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 #79742E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB12111646-
CMYK00.040.620.53
HSL56º44.91%32.75%-
HSV(B)56º61.98%47.45%-
XYZ14.6216.755.05-
YUV109.5292.16136.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=42.76%
G=40.99%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211164600.040.620.535644.9132.75
Hex79742E043E35382d21
Octal17116456047665705541
Binary111100111101001011100100111110110101111000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79742e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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