#7B616F

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

Shades of Scorpion #7B616F

Tints of Scorpion #7B616F

Color information

#7B616F (or 0x7B616F) is unknown color: approx Scorpion. HEX triplet: 7B, 61 and 6F. RGB value is (123,97,111). Sum of RGB (Red+Green+Blue) = 123+97+111=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B616F is #849E90. Grayscale: #6A6A6A. Windows color (decimal): -8691345 or 7299451. OLE color: 7299451.

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

Color convert

RGB12397111-
CMYK00.210.100.52
HSL327.69º11.82%43.14%-
HSV(B)327.69º21.14%48.24%-
XYZ15.3113.9116.92-
YUV106.37130.61139.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=37.16%
G=29.31%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239711100.210.100.52327.6911.8243.14
Hex7B616F015A34148c2b
Octal17314115702512645101453
Binary11110111100001110111101010110101101001010010001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,97,111); }

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

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

 a { background-color: rgb(123,97,111); }

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

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

 span { border-color: rgb(123,97,111); }

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