Html Css Color HEX #879391 Oslo Grey

📋 copy color: '#879391'

red 135 ◦ green 147 ◦ blue 145

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

Shades of Oslo Grey #879391

Tints of Oslo Grey #879391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.96%

R = 31.62%
G = 34.43%
B = 33.96%

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

#879391 (or 0x879391) is known color: Oslo Grey. HEX triplet: 87, 93 and 91. RGB value is (135,147,145). Sum of RGB (Red+Green+Blue) = 135+147+145=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #879391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879391 is #786C6E. Grayscale: #8F8F8F. Windows color (decimal): -7892079 or 9540487. OLE color: 9540487.

HSL color Cylindrical-coordinate representation of color #879391: hue angle of 170º 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 #879391 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 147 145 -
CMYK 0.08 0 0.01 0.42
HSL 170º 0.05% 0.55% -
HSV(B) 170º 0.08% 0.58% -
XYZ 25.54 28.06 30.86 -
YUV 143.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 135 147 145 0.08 0 0.01 0.42 170 0.05 0.55
Hex 87 93 91 8 0 1 2A AA 5 37
Octal 207 223 221 10 0 1 52 252 5 67
Binary 10000111 10010011 10010001 1000 0 1 101010 10101010 101 110111

Color Harmonies of #879391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879391

Black with #879391

Text Example


Text Example

White with #879391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879391; }

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

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

background-color css

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

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

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

border-color css

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

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

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