Html Css Color HEX #958B7F Heathered Grey

📋 copy color: '#958B7F'

red 149 ◦ green 139 ◦ blue 127

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

Shades of Heathered Grey #958B7F

Tints of Heathered Grey #958B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

 BLUE value IS 127 (50% from 255) = 30.6%

R = 35.9%
G = 33.49%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#958B7F (or 0x958B7F) is known color: Heathered Grey. HEX triplet: 95, 8B and 7F. RGB value is (149,139,127). Sum of RGB (Red+Green+Blue) = 149+139+127=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B7F is #6A7480. Grayscale: #8C8C8C. Windows color (decimal): -6976641 or 8358805. OLE color: 8358805.

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

Color convert

RGB 149 139 127 -
CMYK 0 0.07 0.15 0.42
HSL 32.73º 0.09% 0.54% -
HSV(B) 32.73º 0.15% 0.58% -
XYZ 25.46 26.39 23.83 -
YUV 140.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 149 139 127 0 0.07 0.15 0.42 32.73 0.09 0.54
Hex 95 8B 7F 0 7 F 2A 21 9 36
Octal 225 213 177 0 7 17 52 41 11 66
Binary 10010101 10001011 1111111 0 111 1111 101010 100001 1001 110110

Color Harmonies of #958B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B7F

Black with #958B7F

Text Example


Text Example

White with #958B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,127); }

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

background-color css

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

 a { background-color: rgb(149,139,127); }

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

border-color css

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

 span { border-color: rgb(149,139,127); }

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