Html Css Color HEX #85737F Monsoon

📋 copy color: '#85737F'

red 133 ◦ green 115 ◦ blue 127

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

Shades of Monsoon #85737F

Tints of Monsoon #85737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

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

R = 35.47%
G = 30.67%
B = 33.87%

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

#85737F (or 0x85737F) is known color: Monsoon. HEX triplet: 85, 73 and 7F. RGB value is (133,115,127). Sum of RGB (Red+Green+Blue) = 133+115+127=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85737F is #7A8C80. Grayscale: #797979. Windows color (decimal): -8031361 or 8352645. OLE color: 8352645.

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

Color convert

RGB 133 115 127 -
CMYK 0 0.14 0.05 0.48
HSL 320º 0.07% 0.49% -
HSV(B) 320º 0.14% 0.52% -
XYZ 19.63 18.78 22.67 -
YUV 121.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 133 115 127 0 0.14 0.05 0.48 320 0.07 0.49
Hex 85 73 7F 0 E 5 30 140 7 31
Octal 205 163 177 0 16 5 60 500 7 61
Binary 10000101 1110011 1111111 0 1110 101 110000 101000000 111 110001

Color Harmonies of #85737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85737F

Black with #85737F

Text Example


Text Example

White with #85737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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