#7A5B64

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

Shades of Scorpion #7A5B64

Tints of Scorpion #7A5B64

Color information

#7A5B64 (or 0x7A5B64) is unknown color: approx Scorpion. HEX triplet: 7A, 5B and 64. RGB value is (122,91,100). Sum of RGB (Red+Green+Blue) = 122+91+100=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B64 is #85A49B. Grayscale: #656565. Windows color (decimal): -8758428 or 6577018. OLE color: 6577018.

HSL color Cylindrical-coordinate representation of color #7A5B64: hue angle of 342.58º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5B64 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB12291100-
CMYK00.250.180.52
HSL342.58º14.55%41.76%-
HSV(B)342.58º25.41%47.84%-
XYZ14.0712.5413.74-
YUV101.3127.27142.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=38.98%
G=29.07%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229110000.250.180.52342.5814.5541.76
Hex7A5B640191234157f2a
Octal17213314403122645271752
Binary111101010110111100100011001100101101001010101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,91,100); }

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

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

 a { background-color: rgb(122,91,100); }

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

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

 span { border-color: rgb(122,91,100); }

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