Html Css Color HEX #949084 Heathered Grey

📋 copy color: '#949084'

red 148 ◦ green 144 ◦ blue 132

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

Shades of Heathered Grey #949084

Tints of Heathered Grey #949084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

 BLUE value IS 132 (51.95% from 255) = 31.13%

R = 34.91%
G = 33.96%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#949084 (or 0x949084) is known color: Heathered Grey. HEX triplet: 94, 90 and 84. RGB value is (148,144,132). Sum of RGB (Red+Green+Blue) = 148+144+132=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #949084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949084 is #6B6F7B. Grayscale: #8F8F8F. Windows color (decimal): -7040892 or 8687764. OLE color: 8687764.

HSL color Cylindrical-coordinate representation of color #949084: hue angle of 45º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #949084 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 132 -
CMYK 0 0.03 0.11 0.42
HSL 45º 0.07% 0.55% -
HSV(B) 45º 0.11% 0.58% -
XYZ 26.35 27.91 25.83 -
YUV 143.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 148 144 132 0 0.03 0.11 0.42 45 0.07 0.55
Hex 94 90 84 0 3 B 2A 2D 7 37
Octal 224 220 204 0 3 13 52 55 7 67
Binary 10010100 10010000 10000100 0 11 1011 101010 101101 111 110111

Color Harmonies of #949084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949084

Black with #949084

Text Example


Text Example

White with #949084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949084; }

 p { color: rgb(148,144,132); }

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

background-color css

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

 a { background-color: rgb(148,144,132); }

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

border-color css

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

 span { border-color: rgb(148,144,132); }

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