Html Css Color HEX #948C7D Heathered Grey

📋 copy color: '#948C7D'

red 148 ◦ green 140 ◦ blue 125

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

Shades of Heathered Grey #948C7D

Tints of Heathered Grey #948C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 35.84%
G = 33.9%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#948C7D (or 0x948C7D) is known color: Heathered Grey. HEX triplet: 94, 8C and 7D. RGB value is (148,140,125). Sum of RGB (Red+Green+Blue) = 148+140+125=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C7D is #6B7382. Grayscale: #8C8C8C. Windows color (decimal): -7041923 or 8227988. OLE color: 8227988.

HSL color Cylindrical-coordinate representation of color #948C7D: hue angle of 39.13º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #948C7D is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 125 -
CMYK 0 0.05 0.16 0.42
HSL 39.13º 0.1% 0.54% -
HSV(B) 39.13º 0.16% 0.58% -
XYZ 25.29 26.53 23.19 -
YUV 140.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 148 140 125 0 0.05 0.16 0.42 39.13 0.1 0.54
Hex 94 8C 7D 0 5 10 2A 27 A 36
Octal 224 214 175 0 5 20 52 47 12 66
Binary 10010100 10001100 1111101 0 101 10000 101010 100111 1010 110110

Color Harmonies of #948C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C7D

Black with #948C7D

Text Example


Text Example

White with #948C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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