Html Css Color HEX #897585 Monsoon

📋 copy color: '#897585'

red 137 ◦ green 117 ◦ blue 133

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

Shades of Monsoon #897585

Tints of Monsoon #897585

RGB

 RED value IS 137 (53.91% from 255) = 35.4%

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

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

R = 35.4%
G = 30.23%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#897585 (or 0x897585) is known color: Monsoon. HEX triplet: 89, 75 and 85. RGB value is (137,117,133). Sum of RGB (Red+Green+Blue) = 137+117+133=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #897585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897585 is #768A7A. Grayscale: #7C7C7C. Windows color (decimal): -7768699 or 8746377. OLE color: 8746377.

HSL color Cylindrical-coordinate representation of color #897585: hue angle of 312º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897585 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 117 133 -
CMYK 0 0.15 0.03 0.46
HSL 312º 0.08% 0.5% -
HSV(B) 312º 0.15% 0.54% -
XYZ 20.91 19.73 24.9 -
YUV 124.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 137 117 133 0 0.15 0.03 0.46 312 0.08 0.5
Hex 89 75 85 0 F 3 2E 138 8 32
Octal 211 165 205 0 17 3 56 470 10 62
Binary 10001001 1110101 10000101 0 1111 11 101110 100111000 1000 110010

Color Harmonies of #897585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897585

Black with #897585

Text Example


Text Example

White with #897585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897585; }

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

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

background-color css

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

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

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

border-color css

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

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

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