Html Css Color HEX #948A7E Heathered Grey

📋 copy color: '#948A7E'

red 148 ◦ green 138 ◦ blue 126

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

Shades of Heathered Grey #948A7E

Tints of Heathered Grey #948A7E

RGB

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

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

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

R = 35.92%
G = 33.5%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#948A7E (or 0x948A7E) is known color: Heathered Grey. HEX triplet: 94, 8A and 7E. RGB value is (148,138,126). Sum of RGB (Red+Green+Blue) = 148+138+126=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A7E is #6B7581. Grayscale: #8B8B8B. Windows color (decimal): -7042434 or 8293012. OLE color: 8293012.

HSL color Cylindrical-coordinate representation of color #948A7E: hue angle of 32.73º 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 #948A7E is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 126 -
CMYK 0 0.07 0.15 0.42
HSL 32.73º 0.09% 0.54% -
HSV(B) 32.73º 0.15% 0.58% -
XYZ 25.07 25.98 23.43 -
YUV 139.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 148 138 126 0 0.07 0.15 0.42 32.73 0.09 0.54
Hex 94 8A 7E 0 7 F 2A 21 9 36
Octal 224 212 176 0 7 17 52 41 11 66
Binary 10010100 10001010 1111110 0 111 1111 101010 100001 1001 110110

Color Harmonies of #948A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A7E

Black with #948A7E

Text Example


Text Example

White with #948A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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