#766469

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

Shades of Scorpion #766469

Tints of Scorpion #766469

Color information

#766469 (or 0x766469) is unknown color: approx Scorpion. HEX triplet: 76, 64 and 69. RGB value is (118,100,105). Sum of RGB (Red+Green+Blue) = 118+100+105=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766469 is #899B96. Grayscale: #696969. Windows color (decimal): -9018263 or 6906998. OLE color: 6906998.

HSL color Cylindrical-coordinate representation of color #766469: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766469 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB118100105-
CMYK00.150.110.54
HSL343.33º8.26%42.75%-
HSV(B)343.33º15.25%46.27%-
XYZ14.5813.9915.3-
YUV105.95127.46136.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=36.53%
G=30.96%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810010500.150.110.54343.338.2642.75
Hex7664690FB3615782b
Octal16614415101713665271053
Binary1110110110010011010010111110111101101010101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766469; }

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

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

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

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

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

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

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

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