#82746F

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

Shades of Hurricane #82746F

Tints of Hurricane #82746F

Color information

#82746F (or 0x82746F) is unknown color: approx Hurricane. HEX triplet: 82, 74 and 6F. RGB value is (130,116,111). Sum of RGB (Red+Green+Blue) = 130+116+111=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82746F is #7D8B90. Grayscale: #777777. Windows color (decimal): -8227729 or 7304322. OLE color: 7304322.

HSL color Cylindrical-coordinate representation of color #82746F: hue angle of 15.79º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82746F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB130116111-
CMYK00.110.150.49
HSL15.79º7.88%47.25%-
HSV(B)15.79º14.62%50.98%-
XYZ18.3218.3817.62-
YUV119.62123.14135.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=36.41%
G=32.49%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011611100.110.150.4915.797.8847.25
Hex82746F0BF311082f
Octal2021641570131761201057
Binary1000001011101001101111010111111110001100001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82746F; }

 p { color: rgb(130,116,111); }

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

<style>
 a { background-color: #82746F; }

 a { background-color: rgb(130,116,111); }

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

<style>
 span { border-color: #82746F; }

 span { border-color: rgb(130,116,111); }

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