#7D5F66

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

Shades of Scorpion #7D5F66

Tints of Scorpion #7D5F66

Color information

#7D5F66 (or 0x7D5F66) is unknown color: approx Scorpion. HEX triplet: 7D, 5F and 66. RGB value is (125,95,102). Sum of RGB (Red+Green+Blue) = 125+95+102=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5F66 is #82A099. Grayscale: #686868. Windows color (decimal): -8560794 or 6709117. OLE color: 6709117.

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

Color convert

RGB12595102-
CMYK00.240.180.51
HSL346º13.64%43.14%-
HSV(B)346º24%49.02%-
XYZ14.9513.514.39-
YUV104.77126.44142.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.82%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=38.82%
G=29.50%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259510200.240.180.5134613.6443.14
Hex7D5F66018123315ae2b
Octal17513714603022635321653
Binary111110110111111100110011000100101100111010110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,95,102); }

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

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

 a { background-color: rgb(125,95,102); }

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

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

 span { border-color: rgb(125,95,102); }

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