Html Css Color HEX #818887 Oslo Grey

📋 copy color: '#818887'

red 129 ◦ green 136 ◦ blue 135

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

Shades of Oslo Grey #818887

Tints of Oslo Grey #818887

RGB

 RED value IS 129 (50.78% from 255) = 32.25%

 GREEN value IS 136 (53.52% from 255) = 34%

 BLUE value IS 135 (53.13% from 255) = 33.75%

R = 32.25%
G = 34%
B = 33.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#818887 (or 0x818887) is known color: Oslo Grey. HEX triplet: 81, 88 and 87. RGB value is (129,136,135). Sum of RGB (Red+Green+Blue) = 129+136+135=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 136 - color contains mainly: green. Hex color #818887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818887 is #7E7778. Grayscale: #858585. Windows color (decimal): -8288121 or 8882305. OLE color: 8882305.

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

Color convert

RGB 129 136 135 -
CMYK 0.05 0 0.01 0.47
HSL 171.43º 0.03% 0.52% -
HSV(B) 171.43º 0.05% 0.53% -
XYZ 22.23 24.02 26.39 -
YUV 133.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 129 136 135 0.05 0 0.01 0.47 171.43 0.03 0.52
Hex 81 88 87 5 0 1 2F AB 3 34
Octal 201 210 207 5 0 1 57 253 3 64
Binary 10000001 10001000 10000111 101 0 1 101111 10101011 11 110100

Color Harmonies of #818887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818887

Black with #818887

Text Example


Text Example

White with #818887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818887; }

 p { color: rgb(129,136,135); }

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

background-color css

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

 a { background-color: rgb(129,136,135); }

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

border-color css

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

 span { border-color: rgb(129,136,135); }

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