Html Css Color HEX #948C7A Heathered Grey

📋 copy color: '#948C7A'

red 148 ◦ green 140 ◦ blue 122

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

Shades of Heathered Grey #948C7A

Tints of Heathered Grey #948C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 36.1%
G = 34.15%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948C7A (or 0x948C7A) is known color: Heathered Grey. HEX triplet: 94, 8C and 7A. RGB value is (148,140,122). Sum of RGB (Red+Green+Blue) = 148+140+122=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C7A is #6B7385. Grayscale: #8C8C8C. Windows color (decimal): -7041926 or 8031380. OLE color: 8031380.

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

Color convert

RGB 148 140 122 -
CMYK 0 0.05 0.18 0.42
HSL 41.54º 0.11% 0.53% -
HSV(B) 41.54º 0.18% 0.58% -
XYZ 25.1 26.46 22.2 -
YUV 140.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 148 140 122 0 0.05 0.18 0.42 41.54 0.11 0.53
Hex 94 8C 7A 0 5 12 2A 2A B 35
Octal 224 214 172 0 5 22 52 52 13 65
Binary 10010100 10001100 1111010 0 101 10010 101010 101010 1011 110101

Color Harmonies of #948C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C7A

Black with #948C7A

Text Example


Text Example

White with #948C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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