Html Css Color HEX #857D84 Monsoon

📋 copy color: '#857D84'

red 133 ◦ green 125 ◦ blue 132

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

Shades of Monsoon #857D84

Tints of Monsoon #857D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 34.1%
G = 32.05%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#857D84 (or 0x857D84) is known color: Monsoon. HEX triplet: 85, 7D and 84. RGB value is (133,125,132). Sum of RGB (Red+Green+Blue) = 133+125+132=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 133 - color contains mainly: red. Hex color #857D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D84 is #7A827B. Grayscale: #808080. Windows color (decimal): -8028796 or 8682885. OLE color: 8682885.

HSL color Cylindrical-coordinate representation of color #857D84: hue angle of 307.5º 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 #857D84 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 132 -
CMYK 0 0.06 0.01 0.48
HSL 307.5º 0.03% 0.51% -
HSV(B) 307.5º 0.06% 0.52% -
XYZ 21.17 21.32 24.83 -
YUV 128.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 133 125 132 0 0.06 0.01 0.48 307.5 0.03 0.51
Hex 85 7D 84 0 6 1 30 134 3 33
Octal 205 175 204 0 6 1 60 464 3 63
Binary 10000101 1111101 10000100 0 110 1 110000 100110100 11 110011

Color Harmonies of #857D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D84

Black with #857D84

Text Example


Text Example

White with #857D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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