Html Css Color HEX #948D7B Heathered Grey

📋 copy color: '#948D7B'

red 148 ◦ green 141 ◦ blue 123

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

Shades of Heathered Grey #948D7B

Tints of Heathered Grey #948D7B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 35.92%
G = 34.22%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#948D7B (or 0x948D7B) is known color: Heathered Grey. HEX triplet: 94, 8D and 7B. RGB value is (148,141,123). Sum of RGB (Red+Green+Blue) = 148+141+123=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D7B is #6B7284. Grayscale: #8D8D8D. Windows color (decimal): -7041669 or 8097172. OLE color: 8097172.

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

Color convert

RGB 148 141 123 -
CMYK 0 0.05 0.17 0.42
HSL 43.2º 0.1% 0.53% -
HSV(B) 43.2º 0.17% 0.58% -
XYZ 25.31 26.78 22.57 -
YUV 141.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 148 141 123 0 0.05 0.17 0.42 43.2 0.1 0.53
Hex 94 8D 7B 0 5 11 2A 2B A 35
Octal 224 215 173 0 5 21 52 53 12 65
Binary 10010100 10001101 1111011 0 101 10001 101010 101011 1010 110101

Color Harmonies of #948D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D7B

Black with #948D7B

Text Example


Text Example

White with #948D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,123); }

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

background-color css

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

 a { background-color: rgb(148,141,123); }

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

border-color css

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

 span { border-color: rgb(148,141,123); }

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