Html Css Color HEX #805E74 Monsoon

📋 copy color: '#805E74'

red 128 ◦ green 94 ◦ blue 116

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

Shades of Monsoon #805E74

Tints of Monsoon #805E74

RGB

 RED value IS 128 (50.39% from 255) = 37.87%

 GREEN value IS 94 (37.11% from 255) = 27.81%

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 37.87%
G = 27.81%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#805E74 (or 0x805E74) is known color: Monsoon. HEX triplet: 80, 5E and 74. RGB value is (128,94,116). Sum of RGB (Red+Green+Blue) = 128+94+116=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #805E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E74 is #7FA18B. Grayscale: #6A6A6A. Windows color (decimal): -8364428 or 7626368. OLE color: 7626368.

HSL color Cylindrical-coordinate representation of color #805E74: hue angle of 321.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E74 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 94 116 -
CMYK 0 0.27 0.09 0.50
HSL 321.18º 0.15% 0.44% -
HSV(B) 321.18º 0.27% 0.5% -
XYZ 16.06 13.86 18.35 -
YUV 106.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 128 94 116 0 0.27 0.09 0.50 321.18 0.15 0.44
Hex 80 5E 74 0 1B 9 32 141 F 2C
Octal 200 136 164 0 33 11 62 501 17 54
Binary 10000000 1011110 1110100 0 11011 1001 110010 101000001 1111 101100

Color Harmonies of #805E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E74

Black with #805E74

Text Example


Text Example

White with #805E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805E74; }

 p { color: rgb(128,94,116); }

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

background-color css

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

 a { background-color: rgb(128,94,116); }

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

border-color css

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

 span { border-color: rgb(128,94,116); }

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