Html Css Color HEX #948E7F Heathered Grey

📋 copy color: '#948E7F'

red 148 ◦ green 142 ◦ blue 127

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

Shades of Heathered Grey #948E7F

Tints of Heathered Grey #948E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.05%

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

R = 35.49%
G = 34.05%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#948E7F (or 0x948E7F) is known color: Heathered Grey. HEX triplet: 94, 8E and 7F. RGB value is (148,142,127). Sum of RGB (Red+Green+Blue) = 148+142+127=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E7F is #6B7180. Grayscale: #8E8E8E. Windows color (decimal): -7041409 or 8359572. OLE color: 8359572.

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

Color convert

RGB 148 142 127 -
CMYK 0 0.04 0.14 0.42
HSL 42.86º 0.09% 0.54% -
HSV(B) 42.86º 0.14% 0.58% -
XYZ 25.72 27.17 23.97 -
YUV 142.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 148 142 127 0 0.04 0.14 0.42 42.86 0.09 0.54
Hex 94 8E 7F 0 4 E 2A 2B 9 36
Octal 224 216 177 0 4 16 52 53 11 66
Binary 10010100 10001110 1111111 0 100 1110 101010 101011 1001 110110

Color Harmonies of #948E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E7F

Black with #948E7F

Text Example


Text Example

White with #948E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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