Html Css Color HEX #879392 Oslo Grey

📋 copy color: '#879392'

red 135 ◦ green 147 ◦ blue 146

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

Shades of Oslo Grey #879392

Tints of Oslo Grey #879392

RGB

 RED value IS 135 (53.13% from 255) = 31.54%

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

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

R = 31.54%
G = 34.35%
B = 34.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#879392 (or 0x879392) is known color: Oslo Grey. HEX triplet: 87, 93 and 92. RGB value is (135,147,146). Sum of RGB (Red+Green+Blue) = 135+147+146=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 147 - color contains mainly: green. Hex color #879392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879392 is #786C6D. Grayscale: #8F8F8F. Windows color (decimal): -7892078 or 9606023. OLE color: 9606023.

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

Color convert

RGB 135 147 146 -
CMYK 0.08 0 0.01 0.42
HSL 175º 0.05% 0.55% -
HSV(B) 175º 0.08% 0.58% -
XYZ 25.61 28.09 31.27 -
YUV 143.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 135 147 146 0.08 0 0.01 0.42 175 0.05 0.55
Hex 87 93 92 8 0 1 2A AF 5 37
Octal 207 223 222 10 0 1 52 257 5 67
Binary 10000111 10010011 10010010 1000 0 1 101010 10101111 101 110111

Color Harmonies of #879392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879392

Black with #879392

Text Example


Text Example

White with #879392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879392; }

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

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

background-color css

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

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

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

border-color css

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

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

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