Html Css Color HEX #888D8C Oslo Grey

📋 copy color: '#888D8C'

red 136 ◦ green 141 ◦ blue 140

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

Shades of Oslo Grey #888D8C

Tints of Oslo Grey #888D8C

RGB

 RED value IS 136 (53.52% from 255) = 32.61%

 GREEN value IS 141 (55.47% from 255) = 33.81%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 32.61%
G = 33.81%
B = 33.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#888D8C (or 0x888D8C) is known color: Oslo Grey. HEX triplet: 88, 8D and 8C. RGB value is (136,141,140). Sum of RGB (Red+Green+Blue) = 136+141+140=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 141 - color contains mainly: green. Hex color #888D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D8C is #777273. Grayscale: #8B8B8B. Windows color (decimal): -7828084 or 9211272. OLE color: 9211272.

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

Color convert

RGB 136 141 140 -
CMYK 0.04 0 0.01 0.45
HSL 168º 0.02% 0.54% -
HSV(B) 168º 0.04% 0.55% -
XYZ 24.41 26.18 28.58 -
YUV 139.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 136 141 140 0.04 0 0.01 0.45 168 0.02 0.54
Hex 88 8D 8C 4 0 1 2D A8 2 36
Octal 210 215 214 4 0 1 55 250 2 66
Binary 10001000 10001101 10001100 100 0 1 101101 10101000 10 110110

Color Harmonies of #888D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D8C

Black with #888D8C

Text Example


Text Example

White with #888D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888D8C; }

 p { color: rgb(136,141,140); }

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

background-color css

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

 a { background-color: rgb(136,141,140); }

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

border-color css

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

 span { border-color: rgb(136,141,140); }

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