Html Css Color HEX #85707D Monsoon

📋 copy color: '#85707D'

red 133 ◦ green 112 ◦ blue 125

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

Shades of Monsoon #85707D

Tints of Monsoon #85707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 35.95%
G = 30.27%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85707D (or 0x85707D) is known color: Monsoon. HEX triplet: 85, 70 and 7D. RGB value is (133,112,125). Sum of RGB (Red+Green+Blue) = 133+112+125=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85707D is #7A8F82. Grayscale: #777777. Windows color (decimal): -8032131 or 8220805. OLE color: 8220805.

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

Color convert

RGB 133 112 125 -
CMYK 0 0.16 0.06 0.48
HSL 322.86º 0.09% 0.48% -
HSV(B) 322.86º 0.16% 0.52% -
XYZ 19.17 18.06 21.88 -
YUV 119.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 133 112 125 0 0.16 0.06 0.48 322.86 0.09 0.48
Hex 85 70 7D 0 10 6 30 143 9 30
Octal 205 160 175 0 20 6 60 503 11 60
Binary 10000101 1110000 1111101 0 10000 110 110000 101000011 1001 110000

Color Harmonies of #85707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85707D

Black with #85707D

Text Example


Text Example

White with #85707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85707D; }

 p { color: rgb(133,112,125); }

 H1.HeaderClassName
 {
   color: #85707D;
 }
 .AnyTagClassName
 {
   color: #85707D;
 }
</style>

background-color css

<style>
 a { background-color: #85707D; }

 a { background-color: rgb(133,112,125); }

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

border-color css

<style>
 span { border-color: #85707D; }

 span { border-color: rgb(133,112,125); }

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