Html Css Color HEX #879291 Oslo Grey

📋 copy color: '#879291'

red 135 ◦ green 146 ◦ blue 145

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

Shades of Oslo Grey #879291

Tints of Oslo Grey #879291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

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

R = 31.69%
G = 34.27%
B = 34.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#879291 (or 0x879291) is known color: Oslo Grey. HEX triplet: 87, 92 and 91. RGB value is (135,146,145). Sum of RGB (Red+Green+Blue) = 135+146+145=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 146 - color contains mainly: green. Hex color #879291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879291 is #786D6E. Grayscale: #8E8E8E. Windows color (decimal): -7892335 or 9540231. OLE color: 9540231.

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

Color convert

RGB 135 146 145 -
CMYK 0.08 0 0.01 0.43
HSL 174.55º 0.05% 0.55% -
HSV(B) 174.55º 0.08% 0.57% -
XYZ 25.38 27.75 30.81 -
YUV 142.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 135 146 145 0.08 0 0.01 0.43 174.55 0.05 0.55
Hex 87 92 91 8 0 1 2B AF 5 37
Octal 207 222 221 10 0 1 53 257 5 67
Binary 10000111 10010010 10010001 1000 0 1 101011 10101111 101 110111

Color Harmonies of #879291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879291

Black with #879291

Text Example


Text Example

White with #879291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879291; }

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

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

background-color css

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

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

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

border-color css

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

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

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