#705F68

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

Shades of Scorpion #705F68

Tints of Scorpion #705F68

Color information

#705F68 (or 0x705F68) is unknown color: approx Scorpion. HEX triplet: 70, 5F and 68. RGB value is (112,95,104). Sum of RGB (Red+Green+Blue) = 112+95+104=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #705F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F68 is #8FA097. Grayscale: #656565. Windows color (decimal): -9412760 or 6840176. OLE color: 6840176.

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

Color convert

RGB11295104-
CMYK00.150.070.56
HSL328.24º8.21%40.59%-
HSV(B)328.24º15.18%43.92%-
XYZ13.2712.6314.83-
YUV101.11129.63135.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=36.01%
G=30.55%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129510400.150.070.56328.248.2140.59
Hex705F680F738148829
Octal1601371500177705101051
Binary111000010111111101000011111111110001010010001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F68; }

 p { color: rgb(112,95,104); }

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

<style>
 a { background-color: #705F68; }

 a { background-color: rgb(112,95,104); }

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

<style>
 span { border-color: #705F68; }

 span { border-color: rgb(112,95,104); }

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