#746068

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

Shades of Scorpion #746068

Tints of Scorpion #746068

Color information

#746068 (or 0x746068) is unknown color: approx Scorpion. HEX triplet: 74, 60 and 68. RGB value is (116,96,104). Sum of RGB (Red+Green+Blue) = 116+96+104=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746068 is #8B9F97. Grayscale: #666666. Windows color (decimal): -9150360 or 6840436. OLE color: 6840436.

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

Color convert

RGB11696104-
CMYK00.170.100.55
HSL336º9.43%41.57%-
HSV(B)336º17.24%45.49%-
XYZ13.8813.0814.89-
YUV102.89128.63137.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=36.71%
G=30.38%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169610400.170.100.553369.4341.57
Hex746068011A3715092a
Octal16414015002112675201152
Binary11101001100000110100001000110101101111010100001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746068; }

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

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

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

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

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

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

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

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