#766A6F

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

Shades of Scorpion #766A6F

Tints of Scorpion #766A6F

Color information

#766A6F (or 0x766A6F) is unknown color: approx Scorpion. HEX triplet: 76, 6A and 6F. RGB value is (118,106,111). Sum of RGB (Red+Green+Blue) = 118+106+111=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A6F is #899590. Grayscale: #6E6E6E. Windows color (decimal): -9016721 or 7301750. OLE color: 7301750.

HSL color Cylindrical-coordinate representation of color #766A6F: hue angle of 335º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766A6F is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB118106111-
CMYK00.100.060.54
HSL335º5.36%43.92%-
HSV(B)335º10.17%46.27%-
XYZ15.4915.3117.18-
YUV110.16128.48133.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=35.22%
G=31.64%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810611100.100.060.543355.3643.92
Hex766A6F0A63614f52c
Octal166152157012666517554
Binary11101101101010110111101010110110110101001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A6F; }

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

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

<style>
 a { background-color: #766A6F; }

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

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

<style>
 span { border-color: #766A6F; }

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

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