#7B626C

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

Shades of Scorpion #7B626C

Tints of Scorpion #7B626C

Color information

#7B626C (or 0x7B626C) is unknown color: approx Scorpion. HEX triplet: 7B, 62 and 6C. RGB value is (123,98,108). Sum of RGB (Red+Green+Blue) = 123+98+108=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B626C is #849D93. Grayscale: #6A6A6A. Windows color (decimal): -8691092 or 7103099. OLE color: 7103099.

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

Color convert

RGB12398108-
CMYK00.200.120.52
HSL336º11.31%43.33%-
HSV(B)336º20.33%48.24%-
XYZ15.2414.0316.09-
YUV106.62128.78139.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=37.39%
G=29.79%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239810800.200.120.5233611.3143.33
Hex7B626C014C34150b2b
Octal17314215402414645201353
Binary11110111100010110110001010011001101001010100001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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