Html Css Color HEX #95897C Heathered Grey

📋 copy color: '#95897C'

red 149 ◦ green 137 ◦ blue 124

#95897C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #95897C

Tints of Heathered Grey #95897C

RGB

 RED value IS 149 (58.59% from 255) = 36.34%

 GREEN value IS 137 (53.91% from 255) = 33.41%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 36.34%
G = 33.41%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95897C (or 0x95897C) is known color: Heathered Grey. HEX triplet: 95, 89 and 7C. RGB value is (149,137,124). Sum of RGB (Red+Green+Blue) = 149+137+124=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #95897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95897C is #6A7683. Grayscale: #8B8B8B. Windows color (decimal): -6977156 or 8161685. OLE color: 8161685.

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

Color convert

RGB 149 137 124 -
CMYK 0 0.08 0.17 0.42
HSL 31.2º 0.11% 0.54% -
HSV(B) 31.2º 0.17% 0.58% -
XYZ 24.98 25.74 22.72 -
YUV 139.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 149 137 124 0 0.08 0.17 0.42 31.2 0.11 0.54
Hex 95 89 7C 0 8 11 2A 1F B 36
Octal 225 211 174 0 10 21 52 37 13 66
Binary 10010101 10001001 1111100 0 1000 10001 101010 11111 1011 110110

Color Harmonies of #95897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95897C

Black with #95897C

Text Example


Text Example

White with #95897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95897C;
 }
 .AnyTagClassName
 {
   color: #95897C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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