Html Css Color HEX #948E7B Heathered Grey

📋 copy color: '#948E7B'

red 148 ◦ green 142 ◦ blue 123

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

Shades of Heathered Grey #948E7B

Tints of Heathered Grey #948E7B

RGB

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

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

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

R = 35.84%
G = 34.38%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#948E7B (or 0x948E7B) is known color: Heathered Grey. HEX triplet: 94, 8E and 7B. RGB value is (148,142,123). Sum of RGB (Red+Green+Blue) = 148+142+123=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E7B is #6B7184. Grayscale: #8D8D8D. Windows color (decimal): -7041413 or 8097428. OLE color: 8097428.

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

Color convert

RGB 148 142 123 -
CMYK 0 0.04 0.17 0.42
HSL 45.6º 0.1% 0.53% -
HSV(B) 45.6º 0.17% 0.58% -
XYZ 25.46 27.07 22.62 -
YUV 141.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 148 142 123 0 0.04 0.17 0.42 45.6 0.1 0.53
Hex 94 8E 7B 0 4 11 2A 2E A 35
Octal 224 216 173 0 4 21 52 56 12 65
Binary 10010100 10001110 1111011 0 100 10001 101010 101110 1010 110101

Color Harmonies of #948E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E7B

Black with #948E7B

Text Example


Text Example

White with #948E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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