Html Css Color HEX #876A81 Monsoon

📋 copy color: '#876A81'

red 135 ◦ green 106 ◦ blue 129

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

Shades of Monsoon #876A81

Tints of Monsoon #876A81

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

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

R = 36.49%
G = 28.65%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#876A81 (or 0x876A81) is known color: Monsoon. HEX triplet: 87, 6A and 81. RGB value is (135,106,129). Sum of RGB (Red+Green+Blue) = 135+106+129=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A81 is #78957E. Grayscale: #757575. Windows color (decimal): -7902591 or 8481415. OLE color: 8481415.

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

Color convert

RGB 135 106 129 -
CMYK 0 0.21 0.04 0.47
HSL 312.41º 0.12% 0.47% -
HSV(B) 312.41º 0.21% 0.53% -
XYZ 19.11 17.04 23.05 -
YUV 117.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 135 106 129 0 0.21 0.04 0.47 312.41 0.12 0.47
Hex 87 6A 81 0 15 4 2F 138 C 2F
Octal 207 152 201 0 25 4 57 470 14 57
Binary 10000111 1101010 10000001 0 10101 100 101111 100111000 1100 101111

Color Harmonies of #876A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A81

Black with #876A81

Text Example


Text Example

White with #876A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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