#76666F

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

Shades of Scorpion #76666F

Tints of Scorpion #76666F

Color information

#76666F (or 0x76666F) is unknown color: approx Scorpion. HEX triplet: 76, 66 and 6F. RGB value is (118,102,111). Sum of RGB (Red+Green+Blue) = 118+102+111=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #76666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76666F is #899990. Grayscale: #6B6B6B. Windows color (decimal): -9017745 or 7300726. OLE color: 7300726.

HSL color Cylindrical-coordinate representation of color #76666F: hue angle of 326.25º 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 #76666F is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB118102111-
CMYK00.140.060.54
HSL326.25º7.27%43.14%-
HSV(B)326.25º13.56%46.27%-
XYZ15.0914.517.04-
YUV107.81129.8135.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=35.65%
G=30.82%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810211100.140.060.54326.257.2743.14
Hex76666F0E63614672b
Octal166146157016666506753
Binary11101101100110110111101110110110110101000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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