Html Css Color HEX #948F88 Heathered Grey

📋 copy color: '#948F88'

red 148 ◦ green 143 ◦ blue 136

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

Shades of Heathered Grey #948F88

Tints of Heathered Grey #948F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.49%

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 34.66%
G = 33.49%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#948F88 (or 0x948F88) is known color: Heathered Grey. HEX triplet: 94, 8F and 88. RGB value is (148,143,136). Sum of RGB (Red+Green+Blue) = 148+143+136=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #948F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F88 is #6B7077. Grayscale: #8F8F8F. Windows color (decimal): -7041144 or 8949652. OLE color: 8949652.

HSL color Cylindrical-coordinate representation of color #948F88: hue angle of 35º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #948F88 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 136 -
CMYK 0 0.03 0.08 0.42
HSL 35º 0.05% 0.56% -
HSV(B) 35º 0.08% 0.58% -
XYZ 26.48 27.72 27.25 -
YUV 143.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 148 143 136 0 0.03 0.08 0.42 35 0.05 0.56
Hex 94 8F 88 0 3 8 2A 23 5 38
Octal 224 217 210 0 3 10 52 43 5 70
Binary 10010100 10001111 10001000 0 11 1000 101010 100011 101 111000

Color Harmonies of #948F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F88

Black with #948F88

Text Example


Text Example

White with #948F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,143,136); }

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

background-color css

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

 a { background-color: rgb(148,143,136); }

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

border-color css

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

 span { border-color: rgb(148,143,136); }

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