#776169

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

Shades of Scorpion #776169

Tints of Scorpion #776169

Color information

#776169 (or 0x776169) is unknown color: approx Scorpion. HEX triplet: 77, 61 and 69. RGB value is (119,97,105). Sum of RGB (Red+Green+Blue) = 119+97+105=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776169 is #889E96. Grayscale: #686868. Windows color (decimal): -8953495 or 6906231. OLE color: 6906231.

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

Color convert

RGB11997105-
CMYK00.180.120.53
HSL338.18º10.19%42.35%-
HSV(B)338.18º18.49%46.67%-
XYZ14.4313.4915.21-
YUV104.49128.29138.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=37.07%
G=30.22%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199710500.180.120.53338.1810.1942.35
Hex776169012C35152a2a
Octal16714115102214655221252
Binary11101111100001110100101001011001101011010100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776169; }

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

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

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

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

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

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

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

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