#746568

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

Shades of Scorpion #746568

Tints of Scorpion #746568

Color information

#746568 (or 0x746568) is unknown color: approx Scorpion. HEX triplet: 74, 65 and 68. RGB value is (116,101,104). Sum of RGB (Red+Green+Blue) = 116+101+104=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #746568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746568 is #8B9A97. Grayscale: #696969. Windows color (decimal): -9149080 or 6841716. OLE color: 6841716.

HSL color Cylindrical-coordinate representation of color #746568: hue angle of 348º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #746568 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB116101104-
CMYK00.130.100.55
HSL348º6.91%42.55%-
HSV(B)348º12.93%45.49%-
XYZ14.3514.0215.05-
YUV105.83126.97135.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=36.14%
G=31.46%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610110400.130.100.553486.9142.55
Hex7465680DA3715c72b
Octal1641451500151267534753
Binary111010011001011101000011011010110111101011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746568; }

 p { color: rgb(116,101,104); }

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

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

 a { background-color: rgb(116,101,104); }

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

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

 span { border-color: rgb(116,101,104); }

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