#7F7671

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

Shades of Hurricane #7F7671

Tints of Hurricane #7F7671

Color information

#7F7671 (or 0x7F7671) is unknown color: approx Hurricane. HEX triplet: 7F, 76 and 71. RGB value is (127,118,113). Sum of RGB (Red+Green+Blue) = 127+118+113=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7671 is #80898E. Grayscale: #787878. Windows color (decimal): -8423823 or 7435903. OLE color: 7435903.

HSL color Cylindrical-coordinate representation of color #7F7671: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7671 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB127118113-
CMYK00.070.110.50
HSL21.43º5.83%47.06%-
HSV(B)21.43º11.02%49.8%-
XYZ18.2118.6618.26-
YUV120.12123.98132.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=35.47%
G=32.96%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711811300.070.110.5021.435.8347.06
Hex7F767107B321562f
Octal17716616107136225657
Binary1111111111011011100010111101111001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7671; }

 p { color: rgb(127,118,113); }

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

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

 a { background-color: rgb(127,118,113); }

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

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

 span { border-color: rgb(127,118,113); }

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