Html Css Color HEX #747271 Hurricane

📋 copy color: '#747271'

red 116 ◦ green 114 ◦ blue 113

#747271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hurricane #747271

Tints of Hurricane #747271

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#747271 (or 0x747271) is known color: 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

RGB 116 114 113 -
CMYK 0 0.02 0.03 0.55
HSL 20º 0.01% 0.45% -
HSV(B) 20º 0.03% 0.45% -
XYZ 16.2 16.94 18.04 -
YUV 114.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 116 114 113 0 0.02 0.03 0.55 20 0.01 0.45
Hex 74 72 71 0 2 3 37 14 1 2D
Octal 164 162 161 0 2 3 67 24 1 55
Binary 1110100 1110010 1110001 0 10 11 110111 10100 1 101101

Color Harmonies of #747271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747271

Black with #747271

Text Example


Text Example

White with #747271

Text Example


Text Example

HTML Codes & Css Web 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>