#70575E

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

Shades of Scorpion #70575E

Tints of Scorpion #70575E

Color information

#70575E (or 0x70575E) is unknown color: approx Scorpion. HEX triplet: 70, 57 and 5E. RGB value is (112,87,94). Sum of RGB (Red+Green+Blue) = 112+87+94=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575E is #8FA8A1. Grayscale: #5F5F5F. Windows color (decimal): -9414818 or 6182768. OLE color: 6182768.

HSL color Cylindrical-coordinate representation of color #70575E: hue angle of 343.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70575E is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1128794-
CMYK00.220.160.56
HSL343.2º12.56%39.02%-
HSV(B)343.2º22.32%43.92%-
XYZ12.1111.0712.09-
YUV95.27127.28139.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=38.23%
G=29.69%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112879400.220.160.56343.212.5639.02
Hex70575E0161038157d27
Octal16012713602620705271547
Binary111000010101111011110010110100001110001010101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70575E; }

 p { color: rgb(112,87,94); }

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

<style>
 a { background-color: #70575E; }

 a { background-color: rgb(112,87,94); }

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

<style>
 span { border-color: #70575E; }

 span { border-color: rgb(112,87,94); }

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