#79742C

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

Shades of Crete #79742C

Tints of Crete #79742C

Color information

#79742C (or 0x79742C) is unknown color: approx Crete. HEX triplet: 79, 74 and 2C. RGB value is (121,116,44). Sum of RGB (Red+Green+Blue) = 121+116+44=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79742C is #868BD3. Grayscale: #6D6D6D. Windows color (decimal): -8817620 or 2913401. OLE color: 2913401.

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

Color convert

RGB12111644-
CMYK00.040.640.53
HSL56.1º46.67%32.35%-
HSV(B)56.1º63.64%47.45%-
XYZ14.5916.744.84-
YUV109.2991.16136.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=43.06%
G=41.28%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211164400.040.640.5356.146.6732.35
Hex79742C044035382f20
Octal171164540410065705740
Binary1111001111010010110001001000000110101111000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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