Html Css Color HEX #87908E Oslo Grey

📋 copy color: '#87908E'

red 135 ◦ green 144 ◦ blue 142

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

Shades of Oslo Grey #87908E

Tints of Oslo Grey #87908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 32.07%
G = 34.2%
B = 33.73%

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

#87908E (or 0x87908E) is known color: Oslo Grey. HEX triplet: 87, 90 and 8E. RGB value is (135,144,142). Sum of RGB (Red+Green+Blue) = 135+144+142=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 144 - color contains mainly: green. Hex color #87908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87908E is #786F71. Grayscale: #8D8D8D. Windows color (decimal): -7892850 or 9343111. OLE color: 9343111.

HSL color Cylindrical-coordinate representation of color #87908E: hue angle of 166.67º 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 #87908E is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 144 142 -
CMYK 0.06 0 0.01 0.44
HSL 166.67º 0.04% 0.55% -
HSV(B) 166.67º 0.06% 0.56% -
XYZ 24.85 27.05 29.5 -
YUV 141.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 135 144 142 0.06 0 0.01 0.44 166.67 0.04 0.55
Hex 87 90 8E 6 0 1 2C A7 4 37
Octal 207 220 216 6 0 1 54 247 4 67
Binary 10000111 10010000 10001110 110 0 1 101100 10100111 100 110111

Color Harmonies of #87908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87908E

Black with #87908E

Text Example


Text Example

White with #87908E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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