#776165

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

Shades of Scorpion #776165

Tints of Scorpion #776165

Color information

#776165 (or 0x776165) is unknown color: approx Scorpion. HEX triplet: 77, 61 and 65. RGB value is (119,97,101). Sum of RGB (Red+Green+Blue) = 119+97+101=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776165 is #889E9A. Grayscale: #686868. Windows color (decimal): -8953499 or 6644087. OLE color: 6644087.

HSL color Cylindrical-coordinate representation of color #776165: hue angle of 349.09º 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 #776165 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11997101-
CMYK00.180.150.53
HSL349.09º10.19%42.35%-
HSV(B)349.09º18.49%46.67%-
XYZ14.2313.4114.15-
YUV104.03126.29138.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=37.54%
G=30.60%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199710100.180.150.53349.0910.1942.35
Hex776165012F3515da2a
Octal16714114502217655351252
Binary11101111100001110010101001011111101011010111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776165; }

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

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

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

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

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

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

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

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