Html Css Color HEX #85757F Monsoon

📋 copy color: '#85757F'

red 133 ◦ green 117 ◦ blue 127

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

Shades of Monsoon #85757F

Tints of Monsoon #85757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

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

R = 35.28%
G = 31.03%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85757F (or 0x85757F) is known color: Monsoon. HEX triplet: 85, 75 and 7F. RGB value is (133,117,127). Sum of RGB (Red+Green+Blue) = 133+117+127=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #85757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85757F is #7A8A80. Grayscale: #7A7A7A. Windows color (decimal): -8030849 or 8353157. OLE color: 8353157.

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

Color convert

RGB 133 117 127 -
CMYK 0 0.12 0.05 0.48
HSL 322.5º 0.06% 0.49% -
HSV(B) 322.5º 0.12% 0.52% -
XYZ 19.86 19.24 22.75 -
YUV 122.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 133 117 127 0 0.12 0.05 0.48 322.5 0.06 0.49
Hex 85 75 7F 0 C 5 30 142 6 31
Octal 205 165 177 0 14 5 60 502 6 61
Binary 10000101 1110101 1111111 0 1100 101 110000 101000010 110 110001

Color Harmonies of #85757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85757F

Black with #85757F

Text Example


Text Example

White with #85757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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