#7B606D

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

Shades of Scorpion #7B606D

Tints of Scorpion #7B606D

Color information

#7B606D (or 0x7B606D) is unknown color: approx Scorpion. HEX triplet: 7B, 60 and 6D. RGB value is (123,96,109). Sum of RGB (Red+Green+Blue) = 123+96+109=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B606D is #849F92. Grayscale: #696969. Windows color (decimal): -8691603 or 7168123. OLE color: 7168123.

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

Color convert

RGB12396109-
CMYK00.220.110.52
HSL331.11º12.33%42.94%-
HSV(B)331.11º21.95%48.24%-
XYZ15.1113.6816.31-
YUV105.56129.95140.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 109 (42.97% from 255) = 33.23%
R=37.5%
G=29.27%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239610900.220.110.52331.1112.3342.94
Hex7B606D016B3414bc2b
Octal17314015502613645131453
Binary11110111100000110110101011010111101001010010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,109); }

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

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

 a { background-color: rgb(123,96,109); }

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

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

 span { border-color: rgb(123,96,109); }

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