Html Css Color HEX #948A7D Heathered Grey

📋 copy color: '#948A7D'

red 148 ◦ green 138 ◦ blue 125

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

Shades of Heathered Grey #948A7D

Tints of Heathered Grey #948A7D

RGB

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

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

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

R = 36.01%
G = 33.58%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#948A7D (or 0x948A7D) is known color: Heathered Grey. HEX triplet: 94, 8A and 7D. RGB value is (148,138,125). Sum of RGB (Red+Green+Blue) = 148+138+125=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A7D is #6B7582. Grayscale: #8B8B8B. Windows color (decimal): -7042435 or 8227476. OLE color: 8227476.

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

Color convert

RGB 148 138 125 -
CMYK 0 0.07 0.16 0.42
HSL 33.91º 0.1% 0.54% -
HSV(B) 33.91º 0.16% 0.58% -
XYZ 25 25.95 23.09 -
YUV 139.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 148 138 125 0 0.07 0.16 0.42 33.91 0.1 0.54
Hex 94 8A 7D 0 7 10 2A 22 A 36
Octal 224 212 175 0 7 20 52 42 12 66
Binary 10010100 10001010 1111101 0 111 10000 101010 100010 1010 110110

Color Harmonies of #948A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A7D

Black with #948A7D

Text Example


Text Example

White with #948A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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