Html Css Color HEX #857081 Monsoon

📋 copy color: '#857081'

red 133 ◦ green 112 ◦ blue 129

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

Shades of Monsoon #857081

Tints of Monsoon #857081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 35.56%
G = 29.95%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#857081 (or 0x857081) is known color: Monsoon. HEX triplet: 85, 70 and 81. RGB value is (133,112,129). Sum of RGB (Red+Green+Blue) = 133+112+129=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857081 is #7A8F7E. Grayscale: #787878. Windows color (decimal): -8032127 or 8482949. OLE color: 8482949.

HSL color Cylindrical-coordinate representation of color #857081: hue angle of 311.43º 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 #857081 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 129 -
CMYK 0 0.16 0.03 0.48
HSL 311.43º 0.09% 0.48% -
HSV(B) 311.43º 0.16% 0.52% -
XYZ 19.43 18.16 23.25 -
YUV 120.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 133 112 129 0 0.16 0.03 0.48 311.43 0.09 0.48
Hex 85 70 81 0 10 3 30 137 9 30
Octal 205 160 201 0 20 3 60 467 11 60
Binary 10000101 1110000 10000001 0 10000 11 110000 100110111 1001 110000

Color Harmonies of #857081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857081

Black with #857081

Text Example


Text Example

White with #857081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857081; }

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

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

background-color css

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

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

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

border-color css

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

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

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