#7C5F6B

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

Shades of Scorpion #7C5F6B

Tints of Scorpion #7C5F6B

Color information

#7C5F6B (or 0x7C5F6B) is unknown color: approx Scorpion. HEX triplet: 7C, 5F and 6B. RGB value is (124,95,107). Sum of RGB (Red+Green+Blue) = 124+95+107=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F6B is #83A094. Grayscale: #696969. Windows color (decimal): -8626325 or 7036796. OLE color: 7036796.

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

Color convert

RGB12495107-
CMYK00.230.140.51
HSL335.17º13.24%42.94%-
HSV(B)335.17º23.39%48.63%-
XYZ15.0613.5315.73-
YUV105.04129.11141.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=38.04%
G=29.14%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249510700.230.140.51335.1713.2442.94
Hex7C5F6B017E3314fd2b
Octal17413715302716635171553
Binary11111001011111110101101011111101100111010011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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