#76676C

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

Shades of Scorpion #76676C

Tints of Scorpion #76676C

Color information

#76676C (or 0x76676C) is unknown color: approx Scorpion. HEX triplet: 76, 67 and 6C. RGB value is (118,103,108). Sum of RGB (Red+Green+Blue) = 118+103+108=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76676C is #899893. Grayscale: #6C6C6C. Windows color (decimal): -9017492 or 7104374. OLE color: 7104374.

HSL color Cylindrical-coordinate representation of color #76676C: hue angle of 340º 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 #76676C is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB118103108-
CMYK00.130.080.54
HSL340º6.79%43.33%-
HSV(B)340º12.71%46.27%-
XYZ15.0314.6316.22-
YUV108.06127.97135.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=35.87%
G=31.31%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810310800.130.080.543406.7943.33
Hex76676C0D83615472b
Octal1661471540151066524753
Binary111011011001111101100011011000110110101010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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