#776167

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

Shades of Scorpion #776167

Tints of Scorpion #776167

Color information

#776167 (or 0x776167) is unknown color: approx Scorpion. HEX triplet: 77, 61 and 67. RGB value is (119,97,103). Sum of RGB (Red+Green+Blue) = 119+97+103=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776167 is #889E98. Grayscale: #686868. Windows color (decimal): -8953497 or 6775159. OLE color: 6775159.

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

Color convert

RGB11997103-
CMYK00.180.130.53
HSL343.64º10.19%42.35%-
HSV(B)343.64º18.49%46.67%-
XYZ14.3313.4514.67-
YUV104.26127.29138.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=37.30%
G=30.41%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199710300.180.130.53343.6410.1942.35
Hex776167012D35158a2a
Octal16714114702215655301252
Binary11101111100001110011101001011011101011010110001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776167; }

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

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

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

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

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

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

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

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