Html Css Color HEX #958E7B Heathered Grey

📋 copy color: '#958E7B'

red 149 ◦ green 142 ◦ blue 123

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

Shades of Heathered Grey #958E7B

Tints of Heathered Grey #958E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 35.99%
G = 34.3%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#958E7B (or 0x958E7B) is known color: Heathered Grey. HEX triplet: 95, 8E and 7B. RGB value is (149,142,123). Sum of RGB (Red+Green+Blue) = 149+142+123=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E7B is #6A7184. Grayscale: #8E8E8E. Windows color (decimal): -6975877 or 8097429. OLE color: 8097429.

HSL color Cylindrical-coordinate representation of color #958E7B: hue angle of 43.85º 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 #958E7B is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 142 123 -
CMYK 0 0.05 0.17 0.42
HSL 43.85º 0.11% 0.53% -
HSV(B) 43.85º 0.17% 0.58% -
XYZ 25.64 27.17 22.63 -
YUV 141.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 149 142 123 0 0.05 0.17 0.42 43.85 0.11 0.53
Hex 95 8E 7B 0 5 11 2A 2C B 35
Octal 225 216 173 0 5 21 52 54 13 65
Binary 10010101 10001110 1111011 0 101 10001 101010 101100 1011 110101

Color Harmonies of #958E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E7B

Black with #958E7B

Text Example


Text Example

White with #958E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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