#7C666F

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

Shades of Scorpion #7C666F

Tints of Scorpion #7C666F

Color information

#7C666F (or 0x7C666F) is unknown color: approx Scorpion. HEX triplet: 7C, 66 and 6F. RGB value is (124,102,111). Sum of RGB (Red+Green+Blue) = 124+102+111=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C666F is #839990. Grayscale: #6D6D6D. Windows color (decimal): -8624529 or 7300732. OLE color: 7300732.

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

Color convert

RGB124102111-
CMYK00.180.100.51
HSL335.45º9.73%44.31%-
HSV(B)335.45º17.74%48.63%-
XYZ15.9314.9417.08-
YUV109.6128.79138.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=36.80%
G=30.27%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410211100.180.100.51335.459.7344.31
Hex7C666F012A3314fa2c
Octal17414615702212635171254
Binary11111001100110110111101001010101100111010011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,102,111); }

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

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

 a { background-color: rgb(124,102,111); }

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

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

 span { border-color: rgb(124,102,111); }

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