Html Css Color HEX #849392 Oslo Grey

📋 copy color: '#849392'

red 132 ◦ green 147 ◦ blue 146

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

Shades of Oslo Grey #849392

Tints of Oslo Grey #849392

RGB

 RED value IS 132 (51.95% from 255) = 31.06%

 GREEN value IS 147 (57.81% from 255) = 34.59%

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 31.06%
G = 34.59%
B = 34.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#849392 (or 0x849392) is known color: Oslo Grey. HEX triplet: 84, 93 and 92. RGB value is (132,147,146). Sum of RGB (Red+Green+Blue) = 132+147+146=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #849392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849392 is #7B6C6D. Grayscale: #8E8E8E. Windows color (decimal): -8088686 or 9606020. OLE color: 9606020.

HSL color Cylindrical-coordinate representation of color #849392: hue angle of 176º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #849392 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 146 -
CMYK 0.10 0 0.01 0.42
HSL 176º 0.06% 0.55% -
HSV(B) 176º 0.1% 0.58% -
XYZ 25.14 27.85 31.24 -
YUV 142.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 132 147 146 0.10 0 0.01 0.42 176 0.06 0.55
Hex 84 93 92 A 0 1 2A B0 6 37
Octal 204 223 222 12 0 1 52 260 6 67
Binary 10000100 10010011 10010010 1010 0 1 101010 10110000 110 110111

Color Harmonies of #849392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849392

Black with #849392

Text Example


Text Example

White with #849392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849392; }

 p { color: rgb(132,147,146); }

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

background-color css

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

 a { background-color: rgb(132,147,146); }

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

border-color css

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

 span { border-color: rgb(132,147,146); }

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