#766269

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

Shades of Scorpion #766269

Tints of Scorpion #766269

Color information

#766269 (or 0x766269) is unknown color: approx Scorpion. HEX triplet: 76, 62 and 69. RGB value is (118,98,105). Sum of RGB (Red+Green+Blue) = 118+98+105=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766269 is #899D96. Grayscale: #686868. Windows color (decimal): -9018775 or 6906486. OLE color: 6906486.

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

Color convert

RGB11898105-
CMYK00.170.110.54
HSL339º9.26%42.35%-
HSV(B)339º16.95%46.27%-
XYZ14.3913.6115.23-
YUV104.78128.13137.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=36.76%
G=30.53%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189810500.170.110.543399.2642.35
Hex766269011B3615392a
Octal16614215102113665231152
Binary11101101100010110100101000110111101101010100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766269; }

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

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

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

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

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

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

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

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