#7B646C

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

Shades of Scorpion #7B646C

Tints of Scorpion #7B646C

Color information

#7B646C (or 0x7B646C) is unknown color: approx Scorpion. HEX triplet: 7B, 64 and 6C. RGB value is (123,100,108). Sum of RGB (Red+Green+Blue) = 123+100+108=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B646C is #849B93. Grayscale: #6B6B6B. Windows color (decimal): -8690580 or 7103611. OLE color: 7103611.

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

Color convert

RGB123100108-
CMYK00.190.120.52
HSL339.13º10.31%43.73%-
HSV(B)339.13º18.7%48.24%-
XYZ15.4314.4116.16-
YUV107.79128.12138.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=37.16%
G=30.21%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310010800.190.120.52339.1310.3143.73
Hex7B646C013C34153a2c
Octal17314415402314645231254
Binary11110111100100110110001001111001101001010100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,100,108); }

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

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

 a { background-color: rgb(123,100,108); }

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

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

 span { border-color: rgb(123,100,108); }

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