#7E975E

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

Shades of Highland #7E975E

Tints of Highland #7E975E

Color information

#7E975E (or 0x7E975E) is unknown color: approx Highland. HEX triplet: 7E, 97 and 5E. RGB value is (126,151,94). Sum of RGB (Red+Green+Blue) = 126+151+94=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #7E975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E975E is #8168A1. Grayscale: #898989. Windows color (decimal): -8480930 or 6199166. OLE color: 6199166.

HSL color Cylindrical-coordinate representation of color #7E975E: hue angle of 86.32º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E975E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB12615194-
CMYK0.1700.380.41
HSL86.32º23.27%48.04%-
HSV(B)86.32º37.75%59.22%-
XYZ21.6927.3814.73-
YUV137.03103.72120.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.96%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=33.96%
G=40.70%
B=25.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126151940.1700.380.4186.3223.2748.04
Hex7E975E1102629561730
Octal17622713621046511262760
Binary1111110100101111011110100010100110101001101011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,151,94); }

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

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

 a { background-color: rgb(126,151,94); }

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

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

 span { border-color: rgb(126,151,94); }

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