#76676F

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

Shades of Scorpion #76676F

Tints of Scorpion #76676F

Color information

#76676F (or 0x76676F) is unknown color: approx Scorpion. HEX triplet: 76, 67 and 6F. RGB value is (118,103,111). Sum of RGB (Red+Green+Blue) = 118+103+111=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #76676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76676F is #899890. Grayscale: #6C6C6C. Windows color (decimal): -9017489 or 7300982. OLE color: 7300982.

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

Color convert

RGB118103111-
CMYK00.130.060.54
HSL328º6.79%43.33%-
HSV(B)328º12.71%46.27%-
XYZ15.1914.717.08-
YUV108.4129.47134.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=35.54%
G=31.02%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810311100.130.060.543286.7943.33
Hex76676F0D63614872b
Octal166147157015666510753
Binary11101101100111110111101101110110110101001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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