#766268

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

Shades of Scorpion #766268

Tints of Scorpion #766268

Color information

#766268 (or 0x766268) is unknown color: approx Scorpion. HEX triplet: 76, 62 and 68. RGB value is (118,98,104). Sum of RGB (Red+Green+Blue) = 118+98+104=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766268 is #899D97. Grayscale: #686868. Windows color (decimal): -9018776 or 6840950. OLE color: 6840950.

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

Color convert

RGB11898104-
CMYK00.170.120.54
HSL342º9.26%42.35%-
HSV(B)342º16.95%46.27%-
XYZ14.3413.5914.96-
YUV104.66127.63137.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=36.88%
G=30.62%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189810400.170.120.543429.2642.35
Hex766268011C3615692a
Octal16614215002114665261152
Binary11101101100010110100001000111001101101010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766268; }

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

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

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

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

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

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

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

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