Html Css Color HEX #948C7E Heathered Grey

📋 copy color: '#948C7E'

red 148 ◦ green 140 ◦ blue 126

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

Shades of Heathered Grey #948C7E

Tints of Heathered Grey #948C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

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

R = 35.75%
G = 33.82%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#948C7E (or 0x948C7E) is known color: Heathered Grey. HEX triplet: 94, 8C and 7E. RGB value is (148,140,126). Sum of RGB (Red+Green+Blue) = 148+140+126=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C7E is #6B7381. Grayscale: #8C8C8C. Windows color (decimal): -7041922 or 8293524. OLE color: 8293524.

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

Color convert

RGB 148 140 126 -
CMYK 0 0.05 0.15 0.42
HSL 38.18º 0.09% 0.54% -
HSV(B) 38.18º 0.15% 0.58% -
XYZ 25.36 26.56 23.53 -
YUV 140.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 148 140 126 0 0.05 0.15 0.42 38.18 0.09 0.54
Hex 94 8C 7E 0 5 F 2A 26 9 36
Octal 224 214 176 0 5 17 52 46 11 66
Binary 10010100 10001100 1111110 0 101 1111 101010 100110 1001 110110

Color Harmonies of #948C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C7E

Black with #948C7E

Text Example


Text Example

White with #948C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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