#796068

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

Shades of Scorpion #796068

Tints of Scorpion #796068

Color information

#796068 (or 0x796068) is unknown color: approx Scorpion. HEX triplet: 79, 60 and 68. RGB value is (121,96,104). Sum of RGB (Red+Green+Blue) = 121+96+104=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #796068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796068 is #869F97. Grayscale: #686868. Windows color (decimal): -8822680 or 6840441. OLE color: 6840441.

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

Color convert

RGB12196104-
CMYK00.210.140.53
HSL340.8º11.52%42.55%-
HSV(B)340.8º20.66%47.45%-
XYZ14.5713.4314.92-
YUV104.39127.78139.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=37.69%
G=29.91%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219610400.210.140.53340.811.5242.55
Hex796068015E35155c2b
Octal17114015002516655251453
Binary11110011100000110100001010111101101011010101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796068; }

 p { color: rgb(121,96,104); }

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

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

 a { background-color: rgb(121,96,104); }

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

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

 span { border-color: rgb(121,96,104); }

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