#796F2F

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

Shades of Crete #796F2F

Tints of Crete #796F2F

Color information

#796F2F (or 0x796F2F) is unknown color: approx Crete. HEX triplet: 79, 6F and 2F. RGB value is (121,111,47). Sum of RGB (Red+Green+Blue) = 121+111+47=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #796F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F2F is #8690D0. Grayscale: #6A6A6A. Windows color (decimal): -8818897 or 3108729. OLE color: 3108729.

HSL color Cylindrical-coordinate representation of color #796F2F: hue angle of 51.89º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #796F2F is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB12111147-
CMYK00.080.610.53
HSL51.89º44.05%32.94%-
HSV(B)51.89º61.16%47.45%-
XYZ14.0815.644.97-
YUV106.6994.31138.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=43.37%
G=39.78%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211114700.080.610.5351.8944.0532.94
Hex796F2F083D35342c21
Octal171157570107565645441
Binary1111001110111110111101000111101110101110100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796F2F; }

 p { color: rgb(121,111,47); }

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

<style>
 a { background-color: #796F2F; }

 a { background-color: rgb(121,111,47); }

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

<style>
 span { border-color: #796F2F; }

 span { border-color: rgb(121,111,47); }

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