#766368

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

Shades of Scorpion #766368

Tints of Scorpion #766368

Color information

#766368 (or 0x766368) is unknown color: approx Scorpion. HEX triplet: 76, 63 and 68. RGB value is (118,99,104). Sum of RGB (Red+Green+Blue) = 118+99+104=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766368 is #899C97. Grayscale: #696969. Windows color (decimal): -9018520 or 6841206. OLE color: 6841206.

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

Color convert

RGB11899104-
CMYK00.160.120.54
HSL344.21º8.76%42.55%-
HSV(B)344.21º16.1%46.27%-
XYZ14.4313.7714.99-
YUV105.25127.29137.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=36.76%
G=30.84%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189910400.160.120.54344.218.7642.55
Hex766368010C3615892b
Octal16614315002014665301153
Binary11101101100011110100001000011001101101010110001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766368; }

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

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

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

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

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

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

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

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