#71626A

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

Shades of Scorpion #71626A

Tints of Scorpion #71626A

Color information

#71626A (or 0x71626A) is unknown color: approx Scorpion. HEX triplet: 71, 62 and 6A. RGB value is (113,98,106). Sum of RGB (Red+Green+Blue) = 113+98+106=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #71626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71626A is #8E9D95. Grayscale: #676767. Windows color (decimal): -9346454 or 6972017. OLE color: 6972017.

HSL color Cylindrical-coordinate representation of color #71626A: hue angle of 328º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #71626A is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11398106-
CMYK00.130.060.56
HSL328º7.11%41.37%-
HSV(B)328º13.27%44.31%-
XYZ13.7813.2915.47-
YUV103.4129.47134.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=35.65%
G=30.91%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139810600.130.060.563287.1141.37
Hex71626A0D638148729
Octal161142152015670510751
Binary11100011100010110101001101110111000101001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71626A; }

 p { color: rgb(113,98,106); }

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

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

 a { background-color: rgb(113,98,106); }

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

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

 span { border-color: rgb(113,98,106); }

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