Html Css Color HEX #876E81 Monsoon

📋 copy color: '#876E81'

red 135 ◦ green 110 ◦ blue 129

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

Shades of Monsoon #876E81

Tints of Monsoon #876E81

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 36.1%
G = 29.41%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#876E81 (or 0x876E81) is known color: Monsoon. HEX triplet: 87, 6E and 81. RGB value is (135,110,129). Sum of RGB (Red+Green+Blue) = 135+110+129=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #876E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876E81 is #78917E. Grayscale: #777777. Windows color (decimal): -7901567 or 8482439. OLE color: 8482439.

HSL color Cylindrical-coordinate representation of color #876E81: hue angle of 314.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #876E81 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 110 129 -
CMYK 0 0.19 0.04 0.47
HSL 314.4º 0.1% 0.48% -
HSV(B) 314.4º 0.19% 0.53% -
XYZ 19.53 17.89 23.19 -
YUV 119.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 135 110 129 0 0.19 0.04 0.47 314.4 0.1 0.48
Hex 87 6E 81 0 13 4 2F 13A A 30
Octal 207 156 201 0 23 4 57 472 12 60
Binary 10000111 1101110 10000001 0 10011 100 101111 100111010 1010 110000

Color Harmonies of #876E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876E81

Black with #876E81

Text Example


Text Example

White with #876E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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