#736768

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

Shades of Falcon #736768

Tints of Falcon #736768

Color information

#736768 (or 0x736768) is unknown color: approx Falcon. HEX triplet: 73, 67 and 68. RGB value is (115,103,104). Sum of RGB (Red+Green+Blue) = 115+103+104=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #736768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736768 is #8C9897. Grayscale: #6A6A6A. Windows color (decimal): -9214104 or 6842227. OLE color: 6842227.

HSL color Cylindrical-coordinate representation of color #736768: hue angle of 355º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736768 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB115103104-
CMYK00.100.100.55
HSL355º5.5%42.75%-
HSV(B)355º10.43%45.1%-
XYZ14.4214.3415.11-
YUV106.7126.48133.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=35.71%
G=31.99%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510310400.100.100.553555.542.75
Hex7367680AA3716362b
Octal1631471500121267543653
Binary111001111001111101000010101010110111101100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736768; }

 p { color: rgb(115,103,104); }

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

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

 a { background-color: rgb(115,103,104); }

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

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

 span { border-color: rgb(115,103,104); }

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