#766069

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

Shades of Scorpion #766069

Tints of Scorpion #766069

Color information

#766069 (or 0x766069) is unknown color: approx Scorpion. HEX triplet: 76, 60 and 69. RGB value is (118,96,105). Sum of RGB (Red+Green+Blue) = 118+96+105=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766069 is #899F96. Grayscale: #676767. Windows color (decimal): -9019287 or 6905974. OLE color: 6905974.

HSL color Cylindrical-coordinate representation of color #766069: hue angle of 335.45º 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 #766069 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11896105-
CMYK00.190.110.54
HSL335.45º10.28%41.96%-
HSV(B)335.45º18.64%46.27%-
XYZ14.213.2415.17-
YUV103.6128.79138.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=36.99%
G=30.09%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189610500.190.110.54335.4510.2841.96
Hex766069013B3614fa2a
Octal16614015102313665171252
Binary11101101100000110100101001110111101101010011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766069; }

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

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

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

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

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

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

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

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