#7C5F6A

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

Shades of Scorpion #7C5F6A

Tints of Scorpion #7C5F6A

Color information

#7C5F6A (or 0x7C5F6A) is unknown color: approx Scorpion. HEX triplet: 7C, 5F and 6A. RGB value is (124,95,106). Sum of RGB (Red+Green+Blue) = 124+95+106=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F6A is #83A095. Grayscale: #686868. Windows color (decimal): -8626326 or 6971260. OLE color: 6971260.

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

Color convert

RGB12495106-
CMYK00.230.150.51
HSL337.24º13.24%42.94%-
HSV(B)337.24º23.39%48.63%-
XYZ15.0113.5115.45-
YUV104.92128.61141.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=38.15%
G=29.23%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249510600.230.150.51337.2413.2442.94
Hex7C5F6A017F33151d2b
Octal17413715202717635211553
Binary11111001011111110101001011111111100111010100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,95,106); }

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

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

 a { background-color: rgb(124,95,106); }

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

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

 span { border-color: rgb(124,95,106); }

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