#775F67

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

Shades of Scorpion #775F67

Tints of Scorpion #775F67

Color information

#775F67 (or 0x775F67) is unknown color: approx Scorpion. HEX triplet: 77, 5F and 67. RGB value is (119,95,103). Sum of RGB (Red+Green+Blue) = 119+95+103=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F67 is #88A098. Grayscale: #676767. Windows color (decimal): -8954009 or 6774647. OLE color: 6774647.

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

Color convert

RGB11995103-
CMYK00.200.130.53
HSL340º11.21%41.96%-
HSV(B)340º20.17%46.67%-
XYZ14.1513.0914.61-
YUV103.09127.95139.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=37.54%
G=29.97%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199510300.200.130.5334011.2141.96
Hex775F67014D35154b2a
Octal16713714702415655241352
Binary11101111011111110011101010011011101011010101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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