#8D756B

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

Shades of Hurricane #8D756B

Tints of Hurricane #8D756B

Color information

#8D756B (or 0x8D756B) is unknown color: approx Hurricane. HEX triplet: 8D, 75 and 6B. RGB value is (141,117,107). Sum of RGB (Red+Green+Blue) = 141+117+107=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D756B is #728A94. Grayscale: #7B7B7B. Windows color (decimal): -7506581 or 7042445. OLE color: 7042445.

HSL color Cylindrical-coordinate representation of color #8D756B: hue angle of 17.65º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8D756B is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB141117107-
CMYK00.170.240.45
HSL17.65º13.71%48.63%-
HSV(B)17.65º24.11%55.29%-
XYZ2019.4516.61-
YUV123.04118.95140.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=38.63%
G=32.05%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111710700.170.240.4517.6513.7148.63
Hex8D756B011182D12e31
Octal2151651530213055221661
Binary100011011110101110101101000111000101101100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,117,107); }

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

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

 a { background-color: rgb(141,117,107); }

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

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

 span { border-color: rgb(141,117,107); }

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