#7C616D

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

Shades of Scorpion #7C616D

Tints of Scorpion #7C616D

Color information

#7C616D (or 0x7C616D) is unknown color: approx Scorpion. HEX triplet: 7C, 61 and 6D. RGB value is (124,97,109). Sum of RGB (Red+Green+Blue) = 124+97+109=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C616D is #839E92. Grayscale: #6A6A6A. Windows color (decimal): -8625811 or 7168380. OLE color: 7168380.

HSL color Cylindrical-coordinate representation of color #7C616D: hue angle of 333.33º 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 #7C616D is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12497109-
CMYK00.220.120.51
HSL333.33º12.22%43.33%-
HSV(B)333.33º21.77%48.63%-
XYZ15.3513.9416.35-
YUV106.44129.45140.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=37.58%
G=29.39%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249710900.220.120.51333.3312.2243.33
Hex7C616D016C3314dc2b
Octal17414115502614635151453
Binary11111001100001110110101011011001100111010011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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