Html Css Color HEX #876A7F Monsoon

📋 copy color: '#876A7F'

red 135 ◦ green 106 ◦ blue 127

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

Shades of Monsoon #876A7F

Tints of Monsoon #876A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 36.68%
G = 28.8%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#876A7F (or 0x876A7F) is known color: Monsoon. HEX triplet: 87, 6A and 7F. RGB value is (135,106,127). Sum of RGB (Red+Green+Blue) = 135+106+127=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #876A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A7F is #789580. Grayscale: #757575. Windows color (decimal): -7902593 or 8350343. OLE color: 8350343.

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

Color convert

RGB 135 106 127 -
CMYK 0 0.21 0.06 0.47
HSL 316.55º 0.12% 0.47% -
HSV(B) 316.55º 0.21% 0.53% -
XYZ 18.98 16.99 22.36 -
YUV 117.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 135 106 127 0 0.21 0.06 0.47 316.55 0.12 0.47
Hex 87 6A 7F 0 15 6 2F 13D C 2F
Octal 207 152 177 0 25 6 57 475 14 57
Binary 10000111 1101010 1111111 0 10101 110 101111 100111101 1100 101111

Color Harmonies of #876A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A7F

Black with #876A7F

Text Example


Text Example

White with #876A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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