#817C7F

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

Shades of Monsoon #817C7F

Tints of Monsoon #817C7F

Color information

#817C7F (or 0x817C7F) is unknown color: approx Monsoon. HEX triplet: 81, 7C and 7F. RGB value is (129,124,127). Sum of RGB (Red+Green+Blue) = 129+124+127=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 129 - color contains mainly: red. Hex color #817C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C7F is #7E8380. Grayscale: #7D7D7D. Windows color (decimal): -8291201 or 8354945. OLE color: 8354945.

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

Color convert

RGB129124127-
CMYK00.040.020.49
HSL324º1.98%49.61%-
HSV(B)324º3.88%50.59%-
XYZ20.0920.6123-
YUV125.84128.66130.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 127 (50% from 255) = 33.42%
R=33.95%
G=32.63%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912412700.040.020.493241.9849.61
Hex817C7F04231144232
Octal20117417704261504262
Binary100000011111100111111101001011000110100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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