#817B80

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

Shades of Monsoon #817B80

Tints of Monsoon #817B80

Color information

#817B80 (or 0x817B80) is unknown color: approx Monsoon. HEX triplet: 81, 7B and 80. RGB value is (129,123,128). Sum of RGB (Red+Green+Blue) = 129+123+128=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 129 - color contains mainly: red. Hex color #817B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B80 is #7E847F. Grayscale: #7D7D7D. Windows color (decimal): -8291456 or 8420225. OLE color: 8420225.

HSL color Cylindrical-coordinate representation of color #817B80: hue angle of 310º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #817B80 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB129123128-
CMYK00.050.010.49
HSL310º2.38%49.41%-
HSV(B)310º4.65%50.59%-
XYZ20.0320.3923.3-
YUV125.36129.49130.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=33.95%
G=32.37%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912312800.050.010.493102.3849.41
Hex817B8005131136231
Octal20117320005161466261
Binary100000011111011100000000101111000110011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817B80; }

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

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

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

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

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

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

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

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