Html Css Color HEX #958A78 Heathered Grey

📋 copy color: '#958A78'

red 149 ◦ green 138 ◦ blue 120

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

Shades of Heathered Grey #958A78

Tints of Heathered Grey #958A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 36.61%
G = 33.91%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958A78 (or 0x958A78) is known color: Heathered Grey. HEX triplet: 95, 8A and 78. RGB value is (149,138,120). Sum of RGB (Red+Green+Blue) = 149+138+120=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #958A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A78 is #6A7587. Grayscale: #8B8B8B. Windows color (decimal): -6976904 or 7899797. OLE color: 7899797.

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

Color convert

RGB 149 138 120 -
CMYK 0 0.07 0.19 0.42
HSL 37.24º 0.12% 0.53% -
HSV(B) 37.24º 0.19% 0.58% -
XYZ 24.87 25.92 21.46 -
YUV 139.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 149 138 120 0 0.07 0.19 0.42 37.24 0.12 0.53
Hex 95 8A 78 0 7 13 2A 25 C 35
Octal 225 212 170 0 7 23 52 45 14 65
Binary 10010101 10001010 1111000 0 111 10011 101010 100101 1100 110101

Color Harmonies of #958A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A78

Black with #958A78

Text Example


Text Example

White with #958A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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