#766169

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

Shades of Scorpion #766169

Tints of Scorpion #766169

Color information

#766169 (or 0x766169) is unknown color: approx Scorpion. HEX triplet: 76, 61 and 69. RGB value is (118,97,105). Sum of RGB (Red+Green+Blue) = 118+97+105=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766169 is #899E96. Grayscale: #686868. Windows color (decimal): -9019031 or 6906230. OLE color: 6906230.

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

Color convert

RGB11897105-
CMYK00.180.110.54
HSL337.14º9.77%42.16%-
HSV(B)337.14º17.8%46.27%-
XYZ14.313.4215.2-
YUV104.19128.46137.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=36.88%
G=30.31%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189710500.180.110.54337.149.7742.16
Hex766169012B36151a2a
Octal16614115102213665211252
Binary11101101100001110100101001010111101101010100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766169; }

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

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

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

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

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

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

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

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