#775C65

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

Shades of Scorpion #775C65

Tints of Scorpion #775C65

Color information

#775C65 (or 0x775C65) is unknown color: approx Scorpion. HEX triplet: 77, 5C and 65. RGB value is (119,92,101). Sum of RGB (Red+Green+Blue) = 119+92+101=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #775C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C65 is #88A39A. Grayscale: #656565. Windows color (decimal): -8954779 or 6642807. OLE color: 6642807.

HSL color Cylindrical-coordinate representation of color #775C65: hue angle of 340º 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 #775C65 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11992101-
CMYK00.230.150.53
HSL340º12.8%41.37%-
HSV(B)340º22.69%46.67%-
XYZ13.7812.5214-
YUV101.1127.95140.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=38.14%
G=29.49%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199210100.230.150.5334012.841.37
Hex775C65017F35154d29
Octal16713414502717655241551
Binary11101111011100110010101011111111101011010101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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