#775F6C

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

Shades of Scorpion #775F6C

Tints of Scorpion #775F6C

Color information

#775F6C (or 0x775F6C) is unknown color: approx Scorpion. HEX triplet: 77, 5F and 6C. RGB value is (119,95,108). Sum of RGB (Red+Green+Blue) = 119+95+108=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #775F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F6C is #88A093. Grayscale: #676767. Windows color (decimal): -8954004 or 7102327. OLE color: 7102327.

HSL color Cylindrical-coordinate representation of color #775F6C: hue angle of 327.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F6C is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11995108-
CMYK00.200.090.53
HSL327.5º11.21%41.96%-
HSV(B)327.5º20.17%46.67%-
XYZ14.4113.1915.97-
YUV103.66130.45138.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=36.96%
G=29.50%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199510800.200.090.53327.511.2141.96
Hex775F6C014935148b2a
Octal16713715402411655101352
Binary11101111011111110110001010010011101011010010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,108); }

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

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

 a { background-color: rgb(119,95,108); }

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

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

 span { border-color: rgb(119,95,108); }

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