Html Css Color HEX #876B7F Monsoon

📋 copy color: '#876B7F'

red 135 ◦ green 107 ◦ blue 127

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

Shades of Monsoon #876B7F

Tints of Monsoon #876B7F

RGB

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

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

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

R = 36.59%
G = 29%
B = 34.42%

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

#876B7F (or 0x876B7F) is known color: Monsoon. HEX triplet: 87, 6B and 7F. RGB value is (135,107,127). Sum of RGB (Red+Green+Blue) = 135+107+127=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #876B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B7F is #789480. Grayscale: #757575. Windows color (decimal): -7902337 or 8350599. OLE color: 8350599.

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

Color convert

RGB 135 107 127 -
CMYK 0 0.21 0.06 0.47
HSL 317.14º 0.12% 0.47% -
HSV(B) 317.14º 0.21% 0.53% -
XYZ 19.08 17.2 22.39 -
YUV 117.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 135 107 127 0 0.21 0.06 0.47 317.14 0.12 0.47
Hex 87 6B 7F 0 15 6 2F 13D C 2F
Octal 207 153 177 0 25 6 57 475 14 57
Binary 10000111 1101011 1111111 0 10101 110 101111 100111101 1100 101111

Color Harmonies of #876B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B7F

Black with #876B7F

Text Example


Text Example

White with #876B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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