#7C6168

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

Shades of Scorpion #7C6168

Tints of Scorpion #7C6168

Color information

#7C6168 (or 0x7C6168) is unknown color: approx Scorpion. HEX triplet: 7C, 61 and 68. RGB value is (124,97,104). Sum of RGB (Red+Green+Blue) = 124+97+104=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6168 is #839E97. Grayscale: #696969. Windows color (decimal): -8625816 or 6840700. OLE color: 6840700.

HSL color Cylindrical-coordinate representation of color #7C6168: hue angle of 344.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C6168 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB12497104-
CMYK00.220.160.51
HSL344.44º12.22%43.33%-
HSV(B)344.44º21.77%48.63%-
XYZ15.0913.8314.97-
YUV105.87126.95140.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 104 (41.02% from 255) = 32%
R=38.15%
G=29.85%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249710400.220.160.51344.4412.2243.33
Hex7C61680161033158c2b
Octal17414115002620635301453
Binary111110011000011101000010110100001100111010110001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C6168; }

 p { color: rgb(124,97,104); }

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

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

 a { background-color: rgb(124,97,104); }

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

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

 span { border-color: rgb(124,97,104); }

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