Html Css Color HEX #948B7E Heathered Grey

📋 copy color: '#948B7E'

red 148 ◦ green 139 ◦ blue 126

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

Shades of Heathered Grey #948B7E

Tints of Heathered Grey #948B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.51%

R = 35.84%
G = 33.66%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#948B7E (or 0x948B7E) is known color: Heathered Grey. HEX triplet: 94, 8B and 7E. RGB value is (148,139,126). Sum of RGB (Red+Green+Blue) = 148+139+126=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B7E is #6B7481. Grayscale: #8C8C8C. Windows color (decimal): -7042178 or 8293268. OLE color: 8293268.

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

Color convert

RGB 148 139 126 -
CMYK 0 0.06 0.15 0.42
HSL 35.45º 0.09% 0.54% -
HSV(B) 35.45º 0.15% 0.58% -
XYZ 25.21 26.27 23.48 -
YUV 140.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 148 139 126 0 0.06 0.15 0.42 35.45 0.09 0.54
Hex 94 8B 7E 0 6 F 2A 23 9 36
Octal 224 213 176 0 6 17 52 43 11 66
Binary 10010100 10001011 1111110 0 110 1111 101010 100011 1001 110110

Color Harmonies of #948B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B7E

Black with #948B7E

Text Example


Text Example

White with #948B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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