Html Css Color HEX #857883 Monsoon

📋 copy color: '#857883'

red 133 ◦ green 120 ◦ blue 131

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

Shades of Monsoon #857883

Tints of Monsoon #857883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.25%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 34.64%
G = 31.25%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#857883 (or 0x857883) is known color: Monsoon. HEX triplet: 85, 78 and 83. RGB value is (133,120,131). Sum of RGB (Red+Green+Blue) = 133+120+131=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857883 is #7A877C. Grayscale: #7D7D7D. Windows color (decimal): -8030077 or 8616069. OLE color: 8616069.

HSL color Cylindrical-coordinate representation of color #857883: hue angle of 309.23º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #857883 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 131 -
CMYK 0 0.10 0.02 0.48
HSL 309.23º 0.05% 0.5% -
HSV(B) 309.23º 0.1% 0.52% -
XYZ 20.49 20.06 24.26 -
YUV 125.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 133 120 131 0 0.10 0.02 0.48 309.23 0.05 0.5
Hex 85 78 83 0 A 2 30 135 5 32
Octal 205 170 203 0 12 2 60 465 5 62
Binary 10000101 1111000 10000011 0 1010 10 110000 100110101 101 110010

Color Harmonies of #857883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857883

Black with #857883

Text Example


Text Example

White with #857883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857883; }

 p { color: rgb(133,120,131); }

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

background-color css

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

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

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

border-color css

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

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

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