#7A6B72

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

Shades of Scorpion #7A6B72

Tints of Scorpion #7A6B72

Color information

#7A6B72 (or 0x7A6B72) is unknown color: approx Scorpion. HEX triplet: 7A, 6B and 72. RGB value is (122,107,114). Sum of RGB (Red+Green+Blue) = 122+107+114=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B72 is #85948D. Grayscale: #707070. Windows color (decimal): -8754318 or 7498618. OLE color: 7498618.

HSL color Cylindrical-coordinate representation of color #7A6B72: hue angle of 332º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A6B72 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB122107114-
CMYK00.120.070.52
HSL332º6.55%44.9%-
HSV(B)332º12.3%47.84%-
XYZ16.3215.8718.12-
YUV112.28128.97134.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.57%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=35.57%
G=31.20%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210711400.120.070.523326.5544.9
Hex7A6B720C73414c72d
Octal172153162014764514755
Binary11110101101011111001001100111110100101001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,114); }

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

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

 a { background-color: rgb(122,107,114); }

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

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

 span { border-color: rgb(122,107,114); }

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