#7D616C

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

Shades of Scorpion #7D616C

Tints of Scorpion #7D616C

Color information

#7D616C (or 0x7D616C) is unknown color: approx Scorpion. HEX triplet: 7D, 61 and 6C. RGB value is (125,97,108). Sum of RGB (Red+Green+Blue) = 125+97+108=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D616C is #829E93. Grayscale: #6A6A6A. Windows color (decimal): -8560276 or 7102845. OLE color: 7102845.

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

Color convert

RGB12597108-
CMYK00.220.140.51
HSL336.43º12.61%43.53%-
HSV(B)336.43º22.4%49.02%-
XYZ15.4413.9916.07-
YUV106.63128.78141.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.88%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=37.88%
G=29.39%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259710800.220.140.51336.4312.6143.53
Hex7D616C016E33150d2c
Octal17514115402616635201554
Binary11111011100001110110001011011101100111010100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,108); }

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

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

 a { background-color: rgb(125,97,108); }

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

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

 span { border-color: rgb(125,97,108); }

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