Html Css Color HEX #87908F Oslo Grey

📋 copy color: '#87908F'

red 135 ◦ green 144 ◦ blue 143

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

Shades of Oslo Grey #87908F

Tints of Oslo Grey #87908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

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

R = 31.99%
G = 34.12%
B = 33.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#87908F (or 0x87908F) is known color: Oslo Grey. HEX triplet: 87, 90 and 8F. RGB value is (135,144,143). Sum of RGB (Red+Green+Blue) = 135+144+143=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 144 - color contains mainly: green. Hex color #87908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87908F is #786F70. Grayscale: #8D8D8D. Windows color (decimal): -7892849 or 9408647. OLE color: 9408647.

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

Color convert

RGB 135 144 143 -
CMYK 0.06 0 0.01 0.44
HSL 173.33º 0.04% 0.55% -
HSV(B) 173.33º 0.06% 0.56% -
XYZ 24.92 27.08 29.9 -
YUV 141.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 135 144 143 0.06 0 0.01 0.44 173.33 0.04 0.55
Hex 87 90 8F 6 0 1 2C AD 4 37
Octal 207 220 217 6 0 1 54 255 4 67
Binary 10000111 10010000 10001111 110 0 1 101100 10101101 100 110111

Color Harmonies of #87908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87908F

Black with #87908F

Text Example


Text Example

White with #87908F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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