#755E63

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

Shades of Scorpion #755E63

Tints of Scorpion #755E63

Color information

#755E63 (or 0x755E63) is unknown color: approx Scorpion. HEX triplet: 75, 5E and 63. RGB value is (117,94,99). Sum of RGB (Red+Green+Blue) = 117+94+99=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E63 is #8AA19C. Grayscale: #656565. Windows color (decimal): -9085341 or 6512245. OLE color: 6512245.

HSL color Cylindrical-coordinate representation of color #755E63: hue angle of 346.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #755E63 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB1179499-
CMYK00.200.150.54
HSL346.96º10.9%41.37%-
HSV(B)346.96º19.66%45.88%-
XYZ13.5912.6913.54-
YUV101.45126.62139.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=37.74%
G=30.32%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117949900.200.150.54346.9610.941.37
Hex755E63014F3615bb29
Octal16513614302417665331351
Binary11101011011110110001101010011111101101010110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E63; }

 p { color: rgb(117,94,99); }

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

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

 a { background-color: rgb(117,94,99); }

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

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

 span { border-color: rgb(117,94,99); }

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