#79713A

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

Shades of Crete #79713A

Tints of Crete #79713A

Color information

#79713A (or 0x79713A) is unknown color: approx Crete. HEX triplet: 79, 71 and 3A. RGB value is (121,113,58). Sum of RGB (Red+Green+Blue) = 121+113+58=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #79713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79713A is #868EC5. Grayscale: #6D6D6D. Windows color (decimal): -8818374 or 3830137. OLE color: 3830137.

HSL color Cylindrical-coordinate representation of color #79713A: hue angle of 52.38º 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 #79713A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB12111358-
CMYK00.070.520.53
HSL52.38º35.2%35.1%-
HSV(B)52.38º52.07%47.45%-
XYZ14.5516.186.36-
YUV109.1299.15136.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=41.44%
G=38.70%
B=19.86%

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
Decimal1211135800.070.520.5352.3835.235.1
Hex79713A073435342323
Octal17116172076465644343
Binary111100111100011110100111110100110101110100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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