Html Css Color HEX #878B8A Oslo Grey

📋 copy color: '#878B8A'

red 135 ◦ green 139 ◦ blue 138

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

Shades of Oslo Grey #878B8A

Tints of Oslo Grey #878B8A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.74%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 32.77%
G = 33.74%
B = 33.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#878B8A (or 0x878B8A) is known color: Oslo Grey. HEX triplet: 87, 8B and 8A. RGB value is (135,139,138). Sum of RGB (Red+Green+Blue) = 135+139+138=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 139 - color contains mainly: green. Hex color #878B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B8A is #787475. Grayscale: #898989. Windows color (decimal): -7894134 or 9079687. OLE color: 9079687.

HSL color Cylindrical-coordinate representation of color #878B8A: hue angle of 165º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #878B8A is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 139 138 -
CMYK 0.03 0 0.01 0.45
HSL 165º 0.02% 0.54% -
HSV(B) 165º 0.03% 0.55% -
XYZ 23.81 25.45 27.7 -
YUV 137.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 135 139 138 0.03 0 0.01 0.45 165 0.02 0.54
Hex 87 8B 8A 3 0 1 2D A5 2 36
Octal 207 213 212 3 0 1 55 245 2 66
Binary 10000111 10001011 10001010 11 0 1 101101 10100101 10 110110

Color Harmonies of #878B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878B8A

Black with #878B8A

Text Example


Text Example

White with #878B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878B8A; }

 p { color: rgb(135,139,138); }

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

background-color css

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

 a { background-color: rgb(135,139,138); }

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

border-color css

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

 span { border-color: rgb(135,139,138); }

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