#71666C

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

Shades of Scorpion #71666C

Tints of Scorpion #71666C

Color information

#71666C (or 0x71666C) is unknown color: approx Scorpion. HEX triplet: 71, 66 and 6C. RGB value is (113,102,108). Sum of RGB (Red+Green+Blue) = 113+102+108=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #71666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71666C is #8E9993. Grayscale: #696969. Windows color (decimal): -9345428 or 7104113. OLE color: 7104113.

HSL color Cylindrical-coordinate representation of color #71666C: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71666C is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB113102108-
CMYK00.100.040.56
HSL327.27º5.12%42.16%-
HSV(B)327.27º9.73%44.31%-
XYZ14.2714.116.16-
YUV105.97129.14133.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=34.98%
G=31.58%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310210800.100.040.56327.275.1242.16
Hex71666C0A43814752a
Octal161146154012470507552
Binary11100011100110110110001010100111000101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71666C; }

 p { color: rgb(113,102,108); }

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

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

 a { background-color: rgb(113,102,108); }

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

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

 span { border-color: rgb(113,102,108); }

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