#766067

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

Shades of Scorpion #766067

Tints of Scorpion #766067

Color information

#766067 (or 0x766067) is unknown color: approx Scorpion. HEX triplet: 76, 60 and 67. RGB value is (118,96,103). Sum of RGB (Red+Green+Blue) = 118+96+103=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766067 is #899F98. Grayscale: #676767. Windows color (decimal): -9019289 or 6774902. OLE color: 6774902.

HSL color Cylindrical-coordinate representation of color #766067: hue angle of 340.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766067 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11896103-
CMYK00.190.130.54
HSL340.91º10.28%41.96%-
HSV(B)340.91º18.64%46.27%-
XYZ14.113.214.64-
YUV103.38127.79138.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=37.22%
G=30.28%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189610300.190.130.54340.9110.2841.96
Hex766067013D36155a2a
Octal16614014702315665251252
Binary11101101100000110011101001111011101101010101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766067; }

 p { color: rgb(118,96,103); }

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

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

 a { background-color: rgb(118,96,103); }

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

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

 span { border-color: rgb(118,96,103); }

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