#79763A

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

Shades of Crete #79763A

Tints of Crete #79763A

Color information

#79763A (or 0x79763A) is unknown color: approx Crete. HEX triplet: 79, 76 and 3A. RGB value is (121,118,58). Sum of RGB (Red+Green+Blue) = 121+118+58=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #79763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79763A is #8689C5. Grayscale: #707070. Windows color (decimal): -8817094 or 3831417. OLE color: 3831417.

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

Color convert

RGB12111858-
CMYK00.020.520.53
HSL57.14º35.2%35.1%-
HSV(B)57.14º52.07%47.45%-
XYZ15.1317.336.55-
YUV112.0697.49134.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=40.74%
G=39.73%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211185800.020.520.5357.1435.235.1
Hex79763A023435392323
Octal17116672026465714343
Binary11110011110110111010010110100110101111001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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