#7D895E

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

Shades of Highland #7D895E

Tints of Highland #7D895E

Color information

#7D895E (or 0x7D895E) is unknown color: approx Highland. HEX triplet: 7D, 89 and 5E. RGB value is (125,137,94). Sum of RGB (Red+Green+Blue) = 125+137+94=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #7D895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D895E is #8276A1. Grayscale: #808080. Windows color (decimal): -8550050 or 6195581. OLE color: 6195581.

HSL color Cylindrical-coordinate representation of color #7D895E: hue angle of 76.74º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D895E is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB12513794-
CMYK0.0900.310.46
HSL76.74º18.61%45.29%-
HSV(B)76.74º31.39%53.73%-
XYZ19.4223.0614.02-
YUV128.51108.52125.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.11%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=35.11%
G=38.48%
B=26.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125137940.0900.310.4676.7418.6145.29
Hex7D895E901F2E4d132d
Octal17521113611037561152355
Binary11111011000100110111101001011111101110100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,94); }

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

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

 a { background-color: rgb(125,137,94); }

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

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

 span { border-color: rgb(125,137,94); }

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