Html Css Color HEX #80707B Monsoon

📋 copy color: '#80707B'

red 128 ◦ green 112 ◦ blue 123

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

Shades of Monsoon #80707B

Tints of Monsoon #80707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 35.26%
G = 30.85%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80707B (or 0x80707B) is known color: Monsoon. HEX triplet: 80, 70 and 7B. RGB value is (128,112,123). Sum of RGB (Red+Green+Blue) = 128+112+123=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #80707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80707B is #7F8F84. Grayscale: #767676. Windows color (decimal): -8359813 or 8089728. OLE color: 8089728.

HSL color Cylindrical-coordinate representation of color #80707B: hue angle of 318.75º 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 #80707B is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 123 -
CMYK 0 0.12 0.04 0.50
HSL 318.75º 0.07% 0.47% -
HSV(B) 318.75º 0.13% 0.5% -
XYZ 18.27 17.61 21.17 -
YUV 118.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 128 112 123 0 0.12 0.04 0.50 318.75 0.07 0.47
Hex 80 70 7B 0 C 4 32 13F 7 2F
Octal 200 160 173 0 14 4 62 477 7 57
Binary 10000000 1110000 1111011 0 1100 100 110010 100111111 111 101111

Color Harmonies of #80707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80707B

Black with #80707B

Text Example


Text Example

White with #80707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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