#78696F

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

Shades of Scorpion #78696F

Tints of Scorpion #78696F

Color information

#78696F (or 0x78696F) is unknown color: approx Scorpion. HEX triplet: 78, 69 and 6F. RGB value is (120,105,111). Sum of RGB (Red+Green+Blue) = 120+105+111=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #78696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78696F is #879690. Grayscale: #6E6E6E. Windows color (decimal): -8885905 or 7301496. OLE color: 7301496.

HSL color Cylindrical-coordinate representation of color #78696F: hue angle of 336º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78696F is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB120105111-
CMYK00.130.080.53
HSL336º6.67%44.12%-
HSV(B)336º12.5%47.06%-
XYZ15.6715.2417.16-
YUV110.17128.47135.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=35.71%
G=31.25%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010511100.130.080.533366.6744.12
Hex78696F0D83515072c
Octal1701511570151065520754
Binary111100011010011101111011011000110101101010000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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