#776469

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

Shades of Scorpion #776469

Tints of Scorpion #776469

Color information

#776469 (or 0x776469) is unknown color: approx Scorpion. HEX triplet: 77, 64 and 69. RGB value is (119,100,105). Sum of RGB (Red+Green+Blue) = 119+100+105=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776469 is #889B96. Grayscale: #6A6A6A. Windows color (decimal): -8952727 or 6906999. OLE color: 6906999.

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

Color convert

RGB119100105-
CMYK00.160.120.53
HSL344.21º8.68%42.94%-
HSV(B)344.21º15.97%46.67%-
XYZ14.7114.0615.3-
YUV106.25127.29137.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=36.73%
G=30.86%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910010500.160.120.53344.218.6842.94
Hex776469010C3515892b
Octal16714415102014655301153
Binary11101111100100110100101000011001101011010110001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776469; }

 p { color: rgb(119,100,105); }

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

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

 a { background-color: rgb(119,100,105); }

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

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

 span { border-color: rgb(119,100,105); }

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