Html Css Color HEX #948B7B Heathered Grey

📋 copy color: '#948B7B'

red 148 ◦ green 139 ◦ blue 123

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

Shades of Heathered Grey #948B7B

Tints of Heathered Grey #948B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

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

R = 36.1%
G = 33.9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#948B7B (or 0x948B7B) is known color: Heathered Grey. HEX triplet: 94, 8B and 7B. RGB value is (148,139,123). Sum of RGB (Red+Green+Blue) = 148+139+123=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B7B is #6B7484. Grayscale: #8B8B8B. Windows color (decimal): -7042181 or 8096660. OLE color: 8096660.

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

Color convert

RGB 148 139 123 -
CMYK 0 0.06 0.17 0.42
HSL 38.4º 0.1% 0.53% -
HSV(B) 38.4º 0.17% 0.58% -
XYZ 25.02 26.19 22.48 -
YUV 139.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 148 139 123 0 0.06 0.17 0.42 38.4 0.1 0.53
Hex 94 8B 7B 0 6 11 2A 26 A 35
Octal 224 213 173 0 6 21 52 46 12 65
Binary 10010100 10001011 1111011 0 110 10001 101010 100110 1010 110101

Color Harmonies of #948B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B7B

Black with #948B7B

Text Example


Text Example

White with #948B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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