#77666C

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

Shades of Scorpion #77666C

Tints of Scorpion #77666C

Color information

#77666C (or 0x77666C) is unknown color: approx Scorpion. HEX triplet: 77, 66 and 6C. RGB value is (119,102,108). Sum of RGB (Red+Green+Blue) = 119+102+108=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77666C is #889993. Grayscale: #6B6B6B. Windows color (decimal): -8952212 or 7104119. OLE color: 7104119.

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

Color convert

RGB119102108-
CMYK00.140.090.53
HSL338.82º7.69%43.33%-
HSV(B)338.82º14.29%46.67%-
XYZ15.0714.5116.19-
YUV107.77128.13136.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=36.17%
G=31.00%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910210800.140.090.53338.827.6943.33
Hex77666C0E93515382b
Octal16714615401611655231053
Binary1110111110011011011000111010011101011010100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77666C; }

 p { color: rgb(119,102,108); }

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

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

 a { background-color: rgb(119,102,108); }

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

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

 span { border-color: rgb(119,102,108); }

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