Html Css Color HEX #87918F Oslo Grey

📋 copy color: '#87918F'

red 135 ◦ green 145 ◦ blue 143

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

Shades of Oslo Grey #87918F

Tints of Oslo Grey #87918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 31.91%
G = 34.28%
B = 33.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#87918F (or 0x87918F) is known color: Oslo Grey. HEX triplet: 87, 91 and 8F. RGB value is (135,145,143). Sum of RGB (Red+Green+Blue) = 135+145+143=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 145 - color contains mainly: green. Hex color #87918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87918F is #786E70. Grayscale: #8D8D8D. Windows color (decimal): -7892593 or 9408903. OLE color: 9408903.

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

Color convert

RGB 135 145 143 -
CMYK 0.07 0 0.01 0.43
HSL 168º 0.04% 0.55% -
HSV(B) 168º 0.07% 0.57% -
XYZ 25.08 27.38 29.95 -
YUV 141.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 135 145 143 0.07 0 0.01 0.43 168 0.04 0.55
Hex 87 91 8F 7 0 1 2B A8 4 37
Octal 207 221 217 7 0 1 53 250 4 67
Binary 10000111 10010001 10001111 111 0 1 101011 10101000 100 110111

Color Harmonies of #87918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87918F

Black with #87918F

Text Example


Text Example

White with #87918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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