Html Css Color HEX #876B80 Monsoon

📋 copy color: '#876B80'

red 135 ◦ green 107 ◦ blue 128

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

Shades of Monsoon #876B80

Tints of Monsoon #876B80

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 36.49%
G = 28.92%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#876B80 (or 0x876B80) is known color: Monsoon. HEX triplet: 87, 6B and 80. RGB value is (135,107,128). Sum of RGB (Red+Green+Blue) = 135+107+128=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876B80 is #78947F. Grayscale: #757575. Windows color (decimal): -7902336 or 8416135. OLE color: 8416135.

HSL color Cylindrical-coordinate representation of color #876B80: hue angle of 315º 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 #876B80 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 107 128 -
CMYK 0 0.21 0.05 0.47
HSL 315º 0.12% 0.47% -
HSV(B) 315º 0.21% 0.53% -
XYZ 19.15 17.22 22.74 -
YUV 117.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 135 107 128 0 0.21 0.05 0.47 315 0.12 0.47
Hex 87 6B 80 0 15 5 2F 13B C 2F
Octal 207 153 200 0 25 5 57 473 14 57
Binary 10000111 1101011 10000000 0 10101 101 101111 100111011 1100 101111

Color Harmonies of #876B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B80

Black with #876B80

Text Example


Text Example

White with #876B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,107,128); }

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

background-color css

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

 a { background-color: rgb(135,107,128); }

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

border-color css

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

 span { border-color: rgb(135,107,128); }

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