#76666E

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

Shades of Scorpion #76666E

Tints of Scorpion #76666E

Color information

#76666E (or 0x76666E) is unknown color: approx Scorpion. HEX triplet: 76, 66 and 6E. RGB value is (118,102,110). Sum of RGB (Red+Green+Blue) = 118+102+110=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #76666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76666E is #899991. Grayscale: #6B6B6B. Windows color (decimal): -9017746 or 7235190. OLE color: 7235190.

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

Color convert

RGB118102110-
CMYK00.140.070.54
HSL330º7.27%43.14%-
HSV(B)330º13.56%46.27%-
XYZ15.0414.4816.75-
YUV107.7129.3135.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=35.76%
G=30.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810211000.140.070.543307.2743.14
Hex76666E0E73614a72b
Octal166146156016766512753
Binary11101101100110110111001110111110110101001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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