#817D7B

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

Shades of Hurricane #817D7B

Tints of Hurricane #817D7B

Color information

#817D7B (or 0x817D7B) is unknown color: approx Hurricane. HEX triplet: 81, 7D and 7B. RGB value is (129,125,123). Sum of RGB (Red+Green+Blue) = 129+125+123=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 129 - color contains mainly: red. Hex color #817D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D7B is #7E8284. Grayscale: #7D7D7D. Windows color (decimal): -8290949 or 8093057. OLE color: 8093057.

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

Color convert

RGB129125123-
CMYK00.030.050.49
HSL20º2.38%49.41%-
HSV(B)20º4.65%50.59%-
XYZ19.9620.7621.69-
YUV125.97126.33130.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=34.22%
G=33.16%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912512300.030.050.49202.3849.41
Hex817D7B0353114231
Octal2011751730356124261
Binary10000001111110111110110111011100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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