#795C66

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

Shades of Scorpion #795C66

Tints of Scorpion #795C66

Color information

#795C66 (or 0x795C66) is unknown color: approx Scorpion. HEX triplet: 79, 5C and 66. RGB value is (121,92,102). Sum of RGB (Red+Green+Blue) = 121+92+102=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #795C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C66 is #86A399. Grayscale: #656565. Windows color (decimal): -8823706 or 6708345. OLE color: 6708345.

HSL color Cylindrical-coordinate representation of color #795C66: hue angle of 339.31º 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 #795C66 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12192102-
CMYK00.240.160.53
HSL339.31º13.62%41.76%-
HSV(B)339.31º23.97%47.45%-
XYZ14.1112.6814.27-
YUV101.81128.11141.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=38.41%
G=29.21%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219210200.240.160.53339.3113.6241.76
Hex795C660181035153e2a
Octal17113414603020655231652
Binary111100110111001100110011000100001101011010100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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