#775A63

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

Shades of Scorpion #775A63

Tints of Scorpion #775A63

Color information

#775A63 (or 0x775A63) is unknown color: approx Scorpion. HEX triplet: 77, 5A and 63. RGB value is (119,90,99). Sum of RGB (Red+Green+Blue) = 119+90+99=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A63 is #88A59C. Grayscale: #636363. Windows color (decimal): -8955293 or 6511223. OLE color: 6511223.

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

Color convert

RGB1199099-
CMYK00.240.170.53
HSL341.38º13.88%40.98%-
HSV(B)341.38º24.37%46.67%-
XYZ13.5212.1413.43-
YUV99.7127.61141.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=38.64%
G=29.22%
B=32.14%

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
Decimal119909900.240.170.53341.3813.8840.98
Hex775A630181135155e29
Octal16713214303021655251651
Binary111011110110101100011011000100011101011010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A63; }

 p { color: rgb(119,90,99); }

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

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

 a { background-color: rgb(119,90,99); }

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

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

 span { border-color: rgb(119,90,99); }

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