Html Css Color HEX #80707A Monsoon

📋 copy color: '#80707A'

red 128 ◦ green 112 ◦ blue 122

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

Shades of Monsoon #80707A

Tints of Monsoon #80707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 35.36%
G = 30.94%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80707A (or 0x80707A) is known color: Monsoon. HEX triplet: 80, 70 and 7A. RGB value is (128,112,122). Sum of RGB (Red+Green+Blue) = 128+112+122=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #80707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80707A is #7F8F85. Grayscale: #757575. Windows color (decimal): -8359814 or 8024192. OLE color: 8024192.

HSL color Cylindrical-coordinate representation of color #80707A: hue angle of 322.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #80707A is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 122 -
CMYK 0 0.12 0.05 0.50
HSL 322.5º 0.07% 0.47% -
HSV(B) 322.5º 0.13% 0.5% -
XYZ 18.21 17.58 20.85 -
YUV 117.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 128 112 122 0 0.12 0.05 0.50 322.5 0.07 0.47
Hex 80 70 7A 0 C 5 32 142 7 2F
Octal 200 160 172 0 14 5 62 502 7 57
Binary 10000000 1110000 1111010 0 1100 101 110010 101000010 111 101111

Color Harmonies of #80707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80707A

Black with #80707A

Text Example


Text Example

White with #80707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80707A; }

 p { color: rgb(128,112,122); }

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

background-color css

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

 a { background-color: rgb(128,112,122); }

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

border-color css

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

 span { border-color: rgb(128,112,122); }

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