#776266

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

Shades of Scorpion #776266

Tints of Scorpion #776266

Color information

#776266 (or 0x776266) is unknown color: approx Scorpion. HEX triplet: 77, 62 and 66. RGB value is (119,98,102). Sum of RGB (Red+Green+Blue) = 119+98+102=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776266 is #889D99. Grayscale: #686868. Windows color (decimal): -8953242 or 6709879. OLE color: 6709879.

HSL color Cylindrical-coordinate representation of color #776266: hue angle of 348.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776266 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11998102-
CMYK00.180.140.53
HSL348.57º9.68%42.55%-
HSV(B)348.57º17.65%46.67%-
XYZ14.3713.6214.44-
YUV104.74126.46138.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=37.30%
G=30.72%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199810200.180.140.53348.579.6842.55
Hex776266012E3515da2b
Octal16714214602216655351253
Binary11101111100010110011001001011101101011010111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776266; }

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

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

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

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

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

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

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

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