Html Css Color HEX #948B80 Heathered Grey

📋 copy color: '#948B80'

red 148 ◦ green 139 ◦ blue 128

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

Shades of Heathered Grey #948B80

Tints of Heathered Grey #948B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 35.66%
G = 33.49%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#948B80 (or 0x948B80) is known color: Heathered Grey. HEX triplet: 94, 8B and 80. RGB value is (148,139,128). Sum of RGB (Red+Green+Blue) = 148+139+128=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B80 is #6B747F. Grayscale: #8C8C8C. Windows color (decimal): -7042176 or 8424340. OLE color: 8424340.

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

Color convert

RGB 148 139 128 -
CMYK 0 0.06 0.14 0.42
HSL 33º 0.09% 0.54% -
HSV(B) 33º 0.14% 0.58% -
XYZ 25.34 26.32 24.17 -
YUV 140.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 148 139 128 0 0.06 0.14 0.42 33 0.09 0.54
Hex 94 8B 80 0 6 E 2A 21 9 36
Octal 224 213 200 0 6 16 52 41 11 66
Binary 10010100 10001011 10000000 0 110 1110 101010 100001 1001 110110

Color Harmonies of #948B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B80

Black with #948B80

Text Example


Text Example

White with #948B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,128); }

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

background-color css

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

 a { background-color: rgb(148,139,128); }

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

border-color css

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

 span { border-color: rgb(148,139,128); }

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