Html Css Color HEX #889391 Oslo Grey

📋 copy color: '#889391'

red 136 ◦ green 147 ◦ blue 145

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

Shades of Oslo Grey #889391

Tints of Oslo Grey #889391

RGB

 RED value IS 136 (53.52% from 255) = 31.78%

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

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

R = 31.78%
G = 34.35%
B = 33.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#889391 (or 0x889391) is known color: Oslo Grey. HEX triplet: 88, 93 and 91. RGB value is (136,147,145). Sum of RGB (Red+Green+Blue) = 136+147+145=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 147 - color contains mainly: green. Hex color #889391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889391 is #776C6E. Grayscale: #8F8F8F. Windows color (decimal): -7826543 or 9540488. OLE color: 9540488.

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

Color convert

RGB 136 147 145 -
CMYK 0.07 0 0.01 0.42
HSL 169.09º 0.05% 0.55% -
HSV(B) 169.09º 0.07% 0.58% -
XYZ 25.7 28.15 30.87 -
YUV 143.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 136 147 145 0.07 0 0.01 0.42 169.09 0.05 0.55
Hex 88 93 91 7 0 1 2A A9 5 37
Octal 210 223 221 7 0 1 52 251 5 67
Binary 10001000 10010011 10010001 111 0 1 101010 10101001 101 110111

Color Harmonies of #889391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889391

Black with #889391

Text Example


Text Example

White with #889391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889391; }

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

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

background-color css

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

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

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

border-color css

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

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

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