#766266

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

Shades of Scorpion #766266

Tints of Scorpion #766266

Color information

#766266 (or 0x766266) is unknown color: approx Scorpion. HEX triplet: 76, 62 and 66. RGB value is (118,98,102). Sum of RGB (Red+Green+Blue) = 118+98+102=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766266 is #899D99. Grayscale: #686868. Windows color (decimal): -9018778 or 6709878. OLE color: 6709878.

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

Color convert

RGB11898102-
CMYK00.170.140.54
HSL348º9.26%42.35%-
HSV(B)348º16.95%46.27%-
XYZ14.2413.5514.43-
YUV104.44126.63137.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=37.11%
G=30.82%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189810200.170.140.543489.2642.35
Hex766266011E3615c92a
Octal16614214602116665341152
Binary11101101100010110011001000111101101101010111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766266; }

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

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

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

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

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

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

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

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