#817A7F

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

Shades of Monsoon #817A7F

Tints of Monsoon #817A7F

Color information

#817A7F (or 0x817A7F) is unknown color: approx Monsoon. HEX triplet: 81, 7A and 7F. RGB value is (129,122,127). Sum of RGB (Red+Green+Blue) = 129+122+127=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 129 - color contains mainly: red. Hex color #817A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A7F is #7E8580. Grayscale: #7C7C7C. Windows color (decimal): -8291713 or 8354433. OLE color: 8354433.

HSL color Cylindrical-coordinate representation of color #817A7F: hue angle of 317.14º degrees, saturation: 0.03, 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 #817A7F is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB129122127-
CMYK00.050.020.49
HSL317.14º2.79%49.22%-
HSV(B)317.14º5.43%50.59%-
XYZ19.8420.1222.92-
YUV124.66129.32131.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 127 (50% from 255) = 33.60%
R=34.13%
G=32.28%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912212700.050.020.49317.142.7949.22
Hex817A7F0523113d331
Octal20117217705261475361
Binary100000011111010111111101011011000110011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,122,127); }

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

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

 a { background-color: rgb(129,122,127); }

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

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

 span { border-color: rgb(129,122,127); }

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