Html Css Color HEX #958A77 Heathered Grey

📋 copy color: '#958A77'

red 149 ◦ green 138 ◦ blue 119

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

Shades of Heathered Grey #958A77

Tints of Heathered Grey #958A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 36.7%
G = 33.99%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#958A77 (or 0x958A77) is known color: Heathered Grey. HEX triplet: 95, 8A and 77. RGB value is (149,138,119). Sum of RGB (Red+Green+Blue) = 149+138+119=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #958A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A77 is #6A7588. Grayscale: #8B8B8B. Windows color (decimal): -6976905 or 7834261. OLE color: 7834261.

HSL color Cylindrical-coordinate representation of color #958A77: hue angle of 38º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958A77 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 119 -
CMYK 0 0.07 0.20 0.42
HSL 38º 0.12% 0.53% -
HSV(B) 38º 0.2% 0.58% -
XYZ 24.81 25.9 21.14 -
YUV 139.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 149 138 119 0 0.07 0.20 0.42 38 0.12 0.53
Hex 95 8A 77 0 7 14 2A 26 C 35
Octal 225 212 167 0 7 24 52 46 14 65
Binary 10010101 10001010 1110111 0 111 10100 101010 100110 1100 110101

Color Harmonies of #958A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A77

Black with #958A77

Text Example


Text Example

White with #958A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,138,119); }

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

background-color css

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

 a { background-color: rgb(149,138,119); }

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

border-color css

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

 span { border-color: rgb(149,138,119); }

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