#80697B

Color #80697B Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #80697B

Tints of Monsoon #80697B

Color information

#80697B (or 0x80697B) is unknown color: approx Monsoon. HEX triplet: 80, 69 and 7B. RGB value is (128,105,123). Sum of RGB (Red+Green+Blue) = 128+105+123=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #80697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80697B is #7F9684. Grayscale: #717171. Windows color (decimal): -8361605 or 8087936. OLE color: 8087936.

HSL color Cylindrical-coordinate representation of color #80697B: hue angle of 313.04º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80697B is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB128105123-
CMYK00.180.040.50
HSL313.04º9.87%45.69%-
HSV(B)313.04º17.97%50.2%-
XYZ17.5316.1220.93-
YUV113.93133.12138.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=35.96%
G=29.49%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810512300.180.040.50313.049.8745.69
Hex80697B012432139a2e
Octal2001511730224624711256
Binary10000000110100111110110100101001100101001110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80697B;
 }
 .AnyTagClassName
 {
   color: #80697B;
 }
</style>
background-color css

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

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

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

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

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

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