#78656F

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

Shades of Scorpion #78656F

Tints of Scorpion #78656F

Color information

#78656F (or 0x78656F) is unknown color: approx Scorpion. HEX triplet: 78, 65 and 6F. RGB value is (120,101,111). Sum of RGB (Red+Green+Blue) = 120+101+111=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #78656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78656F is #879A90. Grayscale: #6B6B6B. Windows color (decimal): -8886929 or 7300472. OLE color: 7300472.

HSL color Cylindrical-coordinate representation of color #78656F: hue angle of 328.42º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78656F is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB120101111-
CMYK00.160.080.53
HSL328.42º8.6%43.33%-
HSV(B)328.42º15.83%47.06%-
XYZ15.2714.4517.02-
YUV107.82129.79136.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=36.14%
G=30.42%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010111100.160.080.53328.428.643.33
Hex78656F01083514892b
Octal17014515702010655101153
Binary11110001100101110111101000010001101011010010001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78656F; }

 p { color: rgb(120,101,111); }

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

<style>
 a { background-color: #78656F; }

 a { background-color: rgb(120,101,111); }

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

<style>
 span { border-color: #78656F; }

 span { border-color: rgb(120,101,111); }

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