Html Css Color HEX #856F7F Monsoon

📋 copy color: '#856F7F'

red 133 ◦ green 111 ◦ blue 127

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

Shades of Monsoon #856F7F

Tints of Monsoon #856F7F

RGB

 RED value IS 133 (52.34% from 255) = 35.85%

 GREEN value IS 111 (43.75% from 255) = 29.92%

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

R = 35.85%
G = 29.92%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#856F7F (or 0x856F7F) is known color: Monsoon. HEX triplet: 85, 6F and 7F. RGB value is (133,111,127). Sum of RGB (Red+Green+Blue) = 133+111+127=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #856F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F7F is #7A9080. Grayscale: #777777. Windows color (decimal): -8032385 or 8351621. OLE color: 8351621.

HSL color Cylindrical-coordinate representation of color #856F7F: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856F7F is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 127 -
CMYK 0 0.17 0.05 0.48
HSL 316.36º 0.09% 0.48% -
HSV(B) 316.36º 0.17% 0.52% -
XYZ 19.19 17.89 22.52 -
YUV 119.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 133 111 127 0 0.17 0.05 0.48 316.36 0.09 0.48
Hex 85 6F 7F 0 11 5 30 13C 9 30
Octal 205 157 177 0 21 5 60 474 11 60
Binary 10000101 1101111 1111111 0 10001 101 110000 100111100 1001 110000

Color Harmonies of #856F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F7F

Black with #856F7F

Text Example


Text Example

White with #856F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856F7F; }

 p { color: rgb(133,111,127); }

 H1.HeaderClassName
 {
   color: #856F7F;
 }
 .AnyTagClassName
 {
   color: #856F7F;
 }
</style>

background-color css

<style>
 a { background-color: #856F7F; }

 a { background-color: rgb(133,111,127); }

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

border-color css

<style>
 span { border-color: #856F7F; }

 span { border-color: rgb(133,111,127); }

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