Html Css Color HEX #857D85 Monsoon

📋 copy color: '#857D85'

red 133 ◦ green 125 ◦ blue 133

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

Shades of Monsoon #857D85

Tints of Monsoon #857D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 34.02%
G = 31.97%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#857D85 (or 0x857D85) is known color: Monsoon. HEX triplet: 85, 7D and 85. RGB value is (133,125,133). Sum of RGB (Red+Green+Blue) = 133+125+133=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #857D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D85 is #7A827A. Grayscale: #808080. Windows color (decimal): -8028795 or 8748421. OLE color: 8748421.

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

Color convert

RGB 133 125 133 -
CMYK 0 0.06 0 0.48
HSL 300º 0.03% 0.51% -
HSV(B) 300º 0.06% 0.52% -
XYZ 21.24 21.35 25.19 -
YUV 128.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 133 125 133 0 0.06 0 0.48 300 0.03 0.51
Hex 85 7D 85 0 6 0 30 12C 3 33
Octal 205 175 205 0 6 0 60 454 3 63
Binary 10000101 1111101 10000101 0 110 0 110000 100101100 11 110011

Color Harmonies of #857D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D85

Black with #857D85

Text Example


Text Example

White with #857D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857D85; }

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

 H1.HeaderClassName
 {
   color: #857D85;
 }
 .AnyTagClassName
 {
   color: #857D85;
 }
</style>

background-color css

<style>
 a { background-color: #857D85; }

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

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

border-color css

<style>
 span { border-color: #857D85; }

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

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