Html Css Color HEX #85727F Monsoon

📋 copy color: '#85727F'

red 133 ◦ green 114 ◦ blue 127

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

Shades of Monsoon #85727F

Tints of Monsoon #85727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

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

R = 35.56%
G = 30.48%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85727F (or 0x85727F) is known color: Monsoon. HEX triplet: 85, 72 and 7F. RGB value is (133,114,127). Sum of RGB (Red+Green+Blue) = 133+114+127=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727F is #7A8D80. Grayscale: #797979. Windows color (decimal): -8031617 or 8352389. OLE color: 8352389.

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

Color convert

RGB 133 114 127 -
CMYK 0 0.14 0.05 0.48
HSL 318.95º 0.08% 0.48% -
HSV(B) 318.95º 0.14% 0.52% -
XYZ 19.52 18.55 22.63 -
YUV 121.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 133 114 127 0 0.14 0.05 0.48 318.95 0.08 0.48
Hex 85 72 7F 0 E 5 30 13F 8 30
Octal 205 162 177 0 16 5 60 477 10 60
Binary 10000101 1110010 1111111 0 1110 101 110000 100111111 1000 110000

Color Harmonies of #85727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85727F

Black with #85727F

Text Example


Text Example

White with #85727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85727F; }

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

 H1.HeaderClassName
 {
   color: #85727F;
 }
 .AnyTagClassName
 {
   color: #85727F;
 }
</style>

background-color css

<style>
 a { background-color: #85727F; }

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

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

border-color css

<style>
 span { border-color: #85727F; }

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

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