#8C837E

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

Shades of Hurricane #8C837E

Tints of Hurricane #8C837E

Color information

#8C837E (or 0x8C837E) is unknown color: approx Hurricane. HEX triplet: 8C, 83 and 7E. RGB value is (140,131,126). Sum of RGB (Red+Green+Blue) = 140+131+126=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C837E is #737C81. Grayscale: #858585. Windows color (decimal): -7568514 or 8291212. OLE color: 8291212.

HSL color Cylindrical-coordinate representation of color #8C837E: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C837E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB140131126-
CMYK00.060.100.45
HSL21.43º5.74%52.16%-
HSV(B)21.43º10%54.9%-
XYZ22.723.3123.04-
YUV133.12123.98132.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=35.26%
G=33.00%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013112600.060.100.4521.435.7452.16
Hex8C837E06A2D15634
Octal21420317606125525664
Binary100011001000001111111100110101010110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,126); }

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

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

 a { background-color: rgb(140,131,126); }

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

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

 span { border-color: rgb(140,131,126); }

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