#766667

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

Shades of Falcon #766667

Tints of Falcon #766667

Color information

#766667 (or 0x766667) is unknown color: approx Falcon. HEX triplet: 76, 66 and 67. RGB value is (118,102,103). Sum of RGB (Red+Green+Blue) = 118+102+103=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766667 is #899998. Grayscale: #6A6A6A. Windows color (decimal): -9017753 or 6776438. OLE color: 6776438.

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

Color convert

RGB118102103-
CMYK00.140.130.54
HSL356.25º7.27%43.14%-
HSV(B)356.25º13.56%46.27%-
XYZ14.6714.3314.83-
YUV106.9125.8135.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=36.53%
G=31.58%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810210300.140.130.54356.257.2743.14
Hex7666670ED3616472b
Octal1661461470161566544753
Binary111011011001101100111011101101110110101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766667; }

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

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

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

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

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

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

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

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