#8D7B71

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

Shades of Hurricane #8D7B71

Tints of Hurricane #8D7B71

Color information

#8D7B71 (or 0x8D7B71) is unknown color: approx Hurricane. HEX triplet: 8D, 7B and 71. RGB value is (141,123,113). Sum of RGB (Red+Green+Blue) = 141+123+113=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B71 is #72848E. Grayscale: #7F7F7F. Windows color (decimal): -7505039 or 7437197. OLE color: 7437197.

HSL color Cylindrical-coordinate representation of color #8D7B71: hue angle of 21.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D7B71 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB141123113-
CMYK00.130.200.45
HSL21.43º11.02%49.8%-
HSV(B)21.43º19.86%55.29%-
XYZ21.0521.0218.57-
YUV127.24119.96137.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=37.40%
G=32.63%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112311300.130.200.4521.4311.0249.8
Hex8D7B710D142D15b32
Octal2151731610152455251362
Binary10001101111101111100010110110100101101101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D7B71; }

 p { color: rgb(141,123,113); }

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

<style>
 a { background-color: #8D7B71; }

 a { background-color: rgb(141,123,113); }

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

<style>
 span { border-color: #8D7B71; }

 span { border-color: rgb(141,123,113); }

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