#775C62

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

Shades of Scorpion #775C62

Tints of Scorpion #775C62

Color information

#775C62 (or 0x775C62) is unknown color: approx Scorpion. HEX triplet: 77, 5C and 62. RGB value is (119,92,98). Sum of RGB (Red+Green+Blue) = 119+92+98=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #775C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C62 is #88A39D. Grayscale: #646464. Windows color (decimal): -8954782 or 6446199. OLE color: 6446199.

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

Color convert

RGB1199298-
CMYK00.230.180.53
HSL346.67º12.8%41.37%-
HSV(B)346.67º22.69%46.67%-
XYZ13.6412.4613.24-
YUV100.76126.45141.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=38.51%
G=29.77%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119929800.230.180.53346.6712.841.37
Hex775C62017123515bd29
Octal16713414202722655331551
Binary111011110111001100010010111100101101011010110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,98); }

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

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

 a { background-color: rgb(119,92,98); }

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

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

 span { border-color: rgb(119,92,98); }

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