#7B666F

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

Shades of Scorpion #7B666F

Tints of Scorpion #7B666F

Color information

#7B666F (or 0x7B666F) is unknown color: approx Scorpion. HEX triplet: 7B, 66 and 6F. RGB value is (123,102,111). Sum of RGB (Red+Green+Blue) = 123+102+111=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B666F is #849990. Grayscale: #6D6D6D. Windows color (decimal): -8690065 or 7300731. OLE color: 7300731.

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

Color convert

RGB123102111-
CMYK00.170.100.52
HSL334.29º9.33%44.12%-
HSV(B)334.29º17.07%48.24%-
XYZ15.7914.8617.08-
YUV109.3128.96137.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=36.61%
G=30.36%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310211100.170.100.52334.299.3344.12
Hex7B666F011A3414e92c
Octal17314615702112645161154
Binary11110111100110110111101000110101101001010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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