#747271

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

Shades of Hurricane #747271

Tints of Hurricane #747271

Color information

#747271 (or 0x747271) is unknown color: approx Hurricane. HEX triplet: 74, 72 and 71. RGB value is (116,114,113). Sum of RGB (Red+Green+Blue) = 116+114+113=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 116 - color contains mainly: red. Hex color #747271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747271 is #8B8D8E. Grayscale: #727272. Windows color (decimal): -9145743 or 7434868. OLE color: 7434868.

HSL color Cylindrical-coordinate representation of color #747271: hue angle of 20º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747271 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB116114113-
CMYK00.020.030.55
HSL20º1.31%44.9%-
HSV(B)20º2.59%45.49%-
XYZ16.216.9418.04-
YUV114.48127.16129.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=33.82%
G=33.24%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611411300.020.030.55201.3144.9
Hex747271023371412d
Octal1641621610236724155
Binary11101001110010111000101011110111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747271; }

 p { color: rgb(116,114,113); }

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

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

 a { background-color: rgb(116,114,113); }

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

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

 span { border-color: rgb(116,114,113); }

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