#795C64

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

Shades of Scorpion #795C64

Tints of Scorpion #795C64

Color information

#795C64 (or 0x795C64) is unknown color: approx Scorpion. HEX triplet: 79, 5C and 64. RGB value is (121,92,100). Sum of RGB (Red+Green+Blue) = 121+92+100=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #795C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C64 is #86A39B. Grayscale: #656565. Windows color (decimal): -8823708 or 6577273. OLE color: 6577273.

HSL color Cylindrical-coordinate representation of color #795C64: hue angle of 343.45º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795C64 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12192100-
CMYK00.240.170.53
HSL343.45º13.62%41.76%-
HSV(B)343.45º23.97%47.45%-
XYZ14.0112.6413.76-
YUV101.58127.11141.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=38.66%
G=29.39%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219210000.240.170.53343.4513.6241.76
Hex795C640181135157e2a
Octal17113414403021655271652
Binary111100110111001100100011000100011101011010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795C64; }

 p { color: rgb(121,92,100); }

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

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

 a { background-color: rgb(121,92,100); }

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

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

 span { border-color: rgb(121,92,100); }

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