#776369

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

Shades of Scorpion #776369

Tints of Scorpion #776369

Color information

#776369 (or 0x776369) is unknown color: approx Scorpion. HEX triplet: 77, 63 and 69. RGB value is (119,99,105). Sum of RGB (Red+Green+Blue) = 119+99+105=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776369 is #889C96. Grayscale: #696969. Windows color (decimal): -8952983 or 6906743. OLE color: 6906743.

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

Color convert

RGB11999105-
CMYK00.170.120.53
HSL342º9.17%42.75%-
HSV(B)342º16.81%46.67%-
XYZ14.6213.8715.27-
YUV105.66127.63137.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=36.84%
G=30.65%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199910500.170.120.533429.1742.75
Hex776369011C3515692b
Octal16714315102114655261153
Binary11101111100011110100101000111001101011010101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776369; }

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

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

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

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

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

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

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

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