#775C67

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

Shades of Scorpion #775C67

Tints of Scorpion #775C67

Color information

#775C67 (or 0x775C67) is unknown color: approx Scorpion. HEX triplet: 77, 5C and 67. RGB value is (119,92,103). Sum of RGB (Red+Green+Blue) = 119+92+103=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #775C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C67 is #88A398. Grayscale: #656565. Windows color (decimal): -8954777 or 6773879. OLE color: 6773879.

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

Color convert

RGB11992103-
CMYK00.230.130.53
HSL335.56º12.8%41.37%-
HSV(B)335.56º22.69%46.67%-
XYZ13.8812.5614.52-
YUV101.33128.95140.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=37.90%
G=29.30%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199210300.230.130.53335.5612.841.37
Hex775C67017D35150d29
Octal16713414702715655201551
Binary11101111011100110011101011111011101011010100001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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