#766168

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

Shades of Scorpion #766168

Tints of Scorpion #766168

Color information

#766168 (or 0x766168) is unknown color: approx Scorpion. HEX triplet: 76, 61 and 68. RGB value is (118,97,104). Sum of RGB (Red+Green+Blue) = 118+97+104=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766168 is #899E97. Grayscale: #686868. Windows color (decimal): -9019032 or 6840694. OLE color: 6840694.

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

Color convert

RGB11897104-
CMYK00.180.120.54
HSL340º9.77%42.16%-
HSV(B)340º17.8%46.27%-
XYZ14.2413.414.93-
YUV104.08127.96137.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=36.99%
G=30.41%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189710400.180.120.543409.7742.16
Hex766168012C36154a2a
Octal16614115002214665241252
Binary11101101100001110100001001011001101101010101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766168; }

 p { color: rgb(118,97,104); }

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

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

 a { background-color: rgb(118,97,104); }

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

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

 span { border-color: rgb(118,97,104); }

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