#7A5E69

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

Shades of Scorpion #7A5E69

Tints of Scorpion #7A5E69

Color information

#7A5E69 (or 0x7A5E69) is unknown color: approx Scorpion. HEX triplet: 7A, 5E and 69. RGB value is (122,94,105). Sum of RGB (Red+Green+Blue) = 122+94+105=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5E69 is #85A196. Grayscale: #676767. Windows color (decimal): -8757655 or 6905466. OLE color: 6905466.

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

Color convert

RGB12294105-
CMYK00.230.140.52
HSL336.43º12.96%42.35%-
HSV(B)336.43º22.95%47.84%-
XYZ14.5813.1615.14-
YUV103.63128.78141.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=38.01%
G=29.28%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229410500.230.140.52336.4312.9642.35
Hex7A5E69017E34150d2a
Octal17213615102716645201552
Binary11110101011110110100101011111101101001010100001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,94,105); }

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

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

 a { background-color: rgb(122,94,105); }

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

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

 span { border-color: rgb(122,94,105); }

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