Html Css Color HEX #958F88 Heathered Grey

📋 copy color: '#958F88'

red 149 ◦ green 143 ◦ blue 136

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

Shades of Heathered Grey #958F88

Tints of Heathered Grey #958F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 34.81%
G = 33.41%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958F88 (or 0x958F88) is known color: Heathered Grey. HEX triplet: 95, 8F and 88. RGB value is (149,143,136). Sum of RGB (Red+Green+Blue) = 149+143+136=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #958F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F88 is #6A7077. Grayscale: #909090. Windows color (decimal): -6975608 or 8949653. OLE color: 8949653.

HSL color Cylindrical-coordinate representation of color #958F88: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958F88 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 136 -
CMYK 0 0.04 0.09 0.42
HSL 32.31º 0.06% 0.56% -
HSV(B) 32.31º 0.09% 0.58% -
XYZ 26.66 27.81 27.26 -
YUV 144 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 149 143 136 0 0.04 0.09 0.42 32.31 0.06 0.56
Hex 95 8F 88 0 4 9 2A 20 6 38
Octal 225 217 210 0 4 11 52 40 6 70
Binary 10010101 10001111 10001000 0 100 1001 101010 100000 110 111000

Color Harmonies of #958F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F88

Black with #958F88

Text Example


Text Example

White with #958F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958F88; }

 p { color: rgb(149,143,136); }

 H1.HeaderClassName
 {
   color: #958F88;
 }
 .AnyTagClassName
 {
   color: #958F88;
 }
</style>

background-color css

<style>
 a { background-color: #958F88; }

 a { background-color: rgb(149,143,136); }

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

border-color css

<style>
 span { border-color: #958F88; }

 span { border-color: rgb(149,143,136); }

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