Html Css Color HEX #948E87 Heathered Grey

📋 copy color: '#948E87'

red 148 ◦ green 142 ◦ blue 135

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

Shades of Heathered Grey #948E87

Tints of Heathered Grey #948E87

RGB

 RED value IS 148 (58.2% from 255) = 34.82%

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

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 34.82%
G = 33.41%
B = 31.76%

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

#948E87 (or 0x948E87) is known color: Heathered Grey. HEX triplet: 94, 8E and 87. RGB value is (148,142,135). Sum of RGB (Red+Green+Blue) = 148+142+135=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #948E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E87 is #6B7178. Grayscale: #8F8F8F. Windows color (decimal): -7041401 or 8883860. OLE color: 8883860.

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

Color convert

RGB 148 142 135 -
CMYK 0 0.04 0.09 0.42
HSL 32.31º 0.06% 0.55% -
HSV(B) 32.31º 0.09% 0.58% -
XYZ 26.26 27.39 26.82 -
YUV 143 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 148 142 135 0 0.04 0.09 0.42 32.31 0.06 0.55
Hex 94 8E 87 0 4 9 2A 20 6 37
Octal 224 216 207 0 4 11 52 40 6 67
Binary 10010100 10001110 10000111 0 100 1001 101010 100000 110 110111

Color Harmonies of #948E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E87

Black with #948E87

Text Example


Text Example

White with #948E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948E87; }

 p { color: rgb(148,142,135); }

 H1.HeaderClassName
 {
   color: #948E87;
 }
 .AnyTagClassName
 {
   color: #948E87;
 }
</style>

background-color css

<style>
 a { background-color: #948E87; }

 a { background-color: rgb(148,142,135); }

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

border-color css

<style>
 span { border-color: #948E87; }

 span { border-color: rgb(148,142,135); }

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