#7F793E

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

Shades of Crete #7F793E

Tints of Crete #7F793E

Color information

#7F793E (or 0x7F793E) is unknown color: approx Crete. HEX triplet: 7F, 79 and 3E. RGB value is (127,121,62). Sum of RGB (Red+Green+Blue) = 127+121+62=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F793E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F793E is #8086C1. Grayscale: #747474. Windows color (decimal): -8423106 or 4094335. OLE color: 4094335.

HSL color Cylindrical-coordinate representation of color #7F793E: hue angle of 54.46º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F793E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB12712162-
CMYK00.050.510.50
HSL54.46º34.39%37.06%-
HSV(B)54.46º51.18%49.8%-
XYZ16.4618.537.27-
YUV116.0797.49135.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 62 (24.61% from 255) = 20%
R=40.97%
G=39.03%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271216200.050.510.5054.4634.3937.06
Hex7F793E053332362225
Octal17717176056362664245
Binary111111111110011111100101110011110010110110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F793E; }

 p { color: rgb(127,121,62); }

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

<style>
 a { background-color: #7F793E; }

 a { background-color: rgb(127,121,62); }

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

<style>
 span { border-color: #7F793E; }

 span { border-color: rgb(127,121,62); }

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