Html Css Color HEX #948E7E Heathered Grey

📋 copy color: '#948E7E'

red 148 ◦ green 142 ◦ blue 126

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

Shades of Heathered Grey #948E7E

Tints of Heathered Grey #948E7E

RGB

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

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

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

R = 35.58%
G = 34.13%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#948E7E (or 0x948E7E) is known color: Heathered Grey. HEX triplet: 94, 8E and 7E. RGB value is (148,142,126). Sum of RGB (Red+Green+Blue) = 148+142+126=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E7E is #6B7181. Grayscale: #8E8E8E. Windows color (decimal): -7041410 or 8294036. OLE color: 8294036.

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

Color convert

RGB 148 142 126 -
CMYK 0 0.04 0.15 0.42
HSL 43.64º 0.09% 0.54% -
HSV(B) 43.64º 0.15% 0.58% -
XYZ 25.65 27.15 23.63 -
YUV 141.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 148 142 126 0 0.04 0.15 0.42 43.64 0.09 0.54
Hex 94 8E 7E 0 4 F 2A 2C 9 36
Octal 224 216 176 0 4 17 52 54 11 66
Binary 10010100 10001110 1111110 0 100 1111 101010 101100 1001 110110

Color Harmonies of #948E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E7E

Black with #948E7E

Text Example


Text Example

White with #948E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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