#8A7874

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

Shades of Hurricane #8A7874

Tints of Hurricane #8A7874

Color information

#8A7874 (or 0x8A7874) is unknown color: approx Hurricane. HEX triplet: 8A, 78 and 74. RGB value is (138,120,116). Sum of RGB (Red+Green+Blue) = 138+120+116=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7874 is #75878B. Grayscale: #7C7C7C. Windows color (decimal): -7702412 or 7633034. OLE color: 7633034.

HSL color Cylindrical-coordinate representation of color #8A7874: hue angle of 10.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A7874 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB138120116-
CMYK00.130.160.46
HSL10.91º8.66%49.8%-
HSV(B)10.91º15.94%54.12%-
XYZ20.3520.119.33-
YUV124.93122.96137.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=36.90%
G=32.09%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812011600.130.160.4610.918.6649.8
Hex8A78740D102Eb932
Octal2121701640152056131162
Binary1000101011110001110100011011000010111010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,120,116); }

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

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

 a { background-color: rgb(138,120,116); }

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

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

 span { border-color: rgb(138,120,116); }

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