#79703A

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

Shades of Crete #79703A

Tints of Crete #79703A

Color information

#79703A (or 0x79703A) is unknown color: approx Crete. HEX triplet: 79, 70 and 3A. RGB value is (121,112,58). Sum of RGB (Red+Green+Blue) = 121+112+58=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #79703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79703A is #868FC5. Grayscale: #6C6C6C. Windows color (decimal): -8818630 or 3829881. OLE color: 3829881.

HSL color Cylindrical-coordinate representation of color #79703A: hue angle of 51.43º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79703A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB12111258-
CMYK00.070.520.53
HSL51.43º35.2%35.1%-
HSV(B)51.43º52.07%47.45%-
XYZ14.4415.966.32-
YUV108.5499.48136.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=41.58%
G=38.49%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211125800.070.520.5351.4335.235.1
Hex79703A073435332323
Octal17116072076465634343
Binary111100111100001110100111110100110101110011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79703A; }

 p { color: rgb(121,112,58); }

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

<style>
 a { background-color: #79703A; }

 a { background-color: rgb(121,112,58); }

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

<style>
 span { border-color: #79703A; }

 span { border-color: rgb(121,112,58); }

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