#76686E

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

Shades of Scorpion #76686E

Tints of Scorpion #76686E

Color information

#76686E (or 0x76686E) is unknown color: approx Scorpion. HEX triplet: 76, 68 and 6E. RGB value is (118,104,110). Sum of RGB (Red+Green+Blue) = 118+104+110=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #76686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76686E is #899791. Grayscale: #6C6C6C. Windows color (decimal): -9017234 or 7235702. OLE color: 7235702.

HSL color Cylindrical-coordinate representation of color #76686E: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76686E is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB118104110-
CMYK00.120.070.54
HSL334.29º6.31%43.53%-
HSV(B)334.29º11.86%46.27%-
XYZ15.2414.8816.82-
YUV108.87128.64134.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=35.54%
G=31.33%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810411000.120.070.54334.296.3143.53
Hex76686E0C73614e62c
Octal166150156014766516654
Binary11101101101000110111001100111110110101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76686E; }

 p { color: rgb(118,104,110); }

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

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

 a { background-color: rgb(118,104,110); }

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

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

 span { border-color: rgb(118,104,110); }

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