Html Css Color HEX #948A7F Heathered Grey

📋 copy color: '#948A7F'

red 148 ◦ green 138 ◦ blue 127

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

Shades of Heathered Grey #948A7F

Tints of Heathered Grey #948A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.75%

R = 35.84%
G = 33.41%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#948A7F (or 0x948A7F) is known color: Heathered Grey. HEX triplet: 94, 8A and 7F. RGB value is (148,138,127). Sum of RGB (Red+Green+Blue) = 148+138+127=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A7F is #6B7580. Grayscale: #8B8B8B. Windows color (decimal): -7042433 or 8358548. OLE color: 8358548.

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

Color convert

RGB 148 138 127 -
CMYK 0 0.07 0.14 0.42
HSL 31.43º 0.09% 0.54% -
HSV(B) 31.43º 0.14% 0.58% -
XYZ 25.13 26.01 23.77 -
YUV 139.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 148 138 127 0 0.07 0.14 0.42 31.43 0.09 0.54
Hex 94 8A 7F 0 7 E 2A 1F 9 36
Octal 224 212 177 0 7 16 52 37 11 66
Binary 10010100 10001010 1111111 0 111 1110 101010 11111 1001 110110

Color Harmonies of #948A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A7F

Black with #948A7F

Text Example


Text Example

White with #948A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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