#84726B

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

Shades of Hurricane #84726B

Tints of Hurricane #84726B

Color information

#84726B (or 0x84726B) is unknown color: approx Hurricane. HEX triplet: 84, 72 and 6B. RGB value is (132,114,107). Sum of RGB (Red+Green+Blue) = 132+114+107=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84726B is #7B8D94. Grayscale: #767676. Windows color (decimal): -8097173 or 7041668. OLE color: 7041668.

HSL color Cylindrical-coordinate representation of color #84726B: hue angle of 16.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84726B is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB132114107-
CMYK00.140.190.48
HSL16.8º10.46%46.86%-
HSV(B)16.8º18.94%51.76%-
XYZ18.191816.43-
YUV118.58121.46137.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=37.39%
G=32.29%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211410700.140.190.4816.810.4646.86
Hex84726B0E133011a2f
Octal2041621530162360211257
Binary10000100111001011010110111010011110000100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84726B; }

 p { color: rgb(132,114,107); }

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

<style>
 a { background-color: #84726B; }

 a { background-color: rgb(132,114,107); }

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

<style>
 span { border-color: #84726B; }

 span { border-color: rgb(132,114,107); }

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