Html Css Color HEX #888F8E Oslo Grey

📋 copy color: '#888F8E'

red 136 ◦ green 143 ◦ blue 142

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

Shades of Oslo Grey #888F8E

Tints of Oslo Grey #888F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.97%

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

R = 32.3%
G = 33.97%
B = 33.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#888F8E (or 0x888F8E) is known color: Oslo Grey. HEX triplet: 88, 8F and 8E. RGB value is (136,143,142). Sum of RGB (Red+Green+Blue) = 136+143+142=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 143 - color contains mainly: green. Hex color #888F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F8E is #777071. Grayscale: #8C8C8C. Windows color (decimal): -7827570 or 9342856. OLE color: 9342856.

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

Color convert

RGB 136 143 142 -
CMYK 0.05 0 0.01 0.44
HSL 171.43º 0.03% 0.55% -
HSV(B) 171.43º 0.05% 0.56% -
XYZ 24.86 26.83 29.46 -
YUV 140.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 136 143 142 0.05 0 0.01 0.44 171.43 0.03 0.55
Hex 88 8F 8E 5 0 1 2C AB 3 37
Octal 210 217 216 5 0 1 54 253 3 67
Binary 10001000 10001111 10001110 101 0 1 101100 10101011 11 110111

Color Harmonies of #888F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888F8E

Black with #888F8E

Text Example


Text Example

White with #888F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,143,142); }

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

background-color css

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

 a { background-color: rgb(136,143,142); }

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

border-color css

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

 span { border-color: rgb(136,143,142); }

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