#786269

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

Shades of Scorpion #786269

Tints of Scorpion #786269

Color information

#786269 (or 0x786269) is unknown color: approx Scorpion. HEX triplet: 78, 62 and 69. RGB value is (120,98,105). Sum of RGB (Red+Green+Blue) = 120+98+105=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #786269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786269 is #879D96. Grayscale: #696969. Windows color (decimal): -8887703 or 6906488. OLE color: 6906488.

HSL color Cylindrical-coordinate representation of color #786269: hue angle of 340.91º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786269 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12098105-
CMYK00.180.130.53
HSL340.91º10.09%42.75%-
HSV(B)340.91º18.33%47.06%-
XYZ14.6613.7515.25-
YUV105.38127.79138.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=37.15%
G=30.34%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209810500.180.130.53340.9110.0942.75
Hex786269012D35155a2b
Octal17014215102215655251253
Binary11110001100010110100101001011011101011010101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786269; }

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

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

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

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

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

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

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

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