#78666B

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

Shades of Scorpion #78666B

Tints of Scorpion #78666B

Color information

#78666B (or 0x78666B) is unknown color: approx Scorpion. HEX triplet: 78, 66 and 6B. RGB value is (120,102,107). Sum of RGB (Red+Green+Blue) = 120+102+107=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78666B is #879994. Grayscale: #6B6B6B. Windows color (decimal): -8886677 or 7038584. OLE color: 7038584.

HSL color Cylindrical-coordinate representation of color #78666B: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78666B is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB120102107-
CMYK00.150.110.53
HSL343.33º8.11%43.53%-
HSV(B)343.33º15%47.06%-
XYZ15.1514.5615.92-
YUV107.95127.46136.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=36.47%
G=31.00%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010210700.150.110.53343.338.1143.53
Hex78666B0FB3515782c
Octal17014615301713655271054
Binary1111000110011011010110111110111101011010101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78666B; }

 p { color: rgb(120,102,107); }

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

<style>
 a { background-color: #78666B; }

 a { background-color: rgb(120,102,107); }

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

<style>
 span { border-color: #78666B; }

 span { border-color: rgb(120,102,107); }

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