#70656B

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

Shades of Scorpion #70656B

Tints of Scorpion #70656B

Color information

#70656B (or 0x70656B) is unknown color: approx Scorpion. HEX triplet: 70, 65 and 6B. RGB value is (112,101,107). Sum of RGB (Red+Green+Blue) = 112+101+107=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #70656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70656B is #8F9A94. Grayscale: #686868. Windows color (decimal): -9411221 or 7038320. OLE color: 7038320.

HSL color Cylindrical-coordinate representation of color #70656B: 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 #70656B is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB112101107-
CMYK00.100.040.56
HSL327.27º5.16%41.76%-
HSV(B)327.27º9.82%43.92%-
XYZ13.9913.8115.84-
YUV104.97129.14133.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=35%
G=31.56%
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
Decimal11210110700.100.040.56327.275.1641.76
Hex70656B0A43814752a
Octal160145153012470507552
Binary11100001100101110101101010100111000101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70656B; }

 p { color: rgb(112,101,107); }

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

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

 a { background-color: rgb(112,101,107); }

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

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

 span { border-color: rgb(112,101,107); }

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