#95897B

Color #95897B Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #95897B

Tints of Heathered Grey #95897B

Color information

#95897B (or 0x95897B) is unknown color: approx Heathered Grey. HEX triplet: 95, 89 and 7B. RGB value is (149,137,123). Sum of RGB (Red+Green+Blue) = 149+137+123=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95897B is #6A7684. Grayscale: #8B8B8B. Windows color (decimal): -6977157 or 8096149. OLE color: 8096149.

HSL color Cylindrical-coordinate representation of color #95897B: hue angle of 32.31º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95897B is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149137123-
CMYK00.080.170.42
HSL32.31º10.92%53.33%-
HSV(B)32.31º17.45%58.43%-
XYZ24.9225.7122.39-
YUV138.99118.98135.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=36.43%
G=33.50%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913712300.080.170.4232.3110.9253.33
Hex95897B08112A20b35
Octal2252111730102152401365
Binary1001010110001001111101101000100011010101000001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95897B; }

 p { color: rgb(149,137,123); }

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

<style>
 a { background-color: #95897B; }

 a { background-color: rgb(149,137,123); }

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

<style>
 span { border-color: #95897B; }

 span { border-color: rgb(149,137,123); }

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