#76555C

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

Shades of Falcon #76555C

Tints of Falcon #76555C

Color information

#76555C (or 0x76555C) is unknown color: approx Falcon. HEX triplet: 76, 55 and 5C. RGB value is (118,85,92). Sum of RGB (Red+Green+Blue) = 118+85+92=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76555C is #89AAA3. Grayscale: #5F5F5F. Windows color (decimal): -9022116 or 6051190. OLE color: 6051190.

HSL color Cylindrical-coordinate representation of color #76555C: hue angle of 347.27º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76555C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1188592-
CMYK00.280.220.54
HSL347.27º16.26%39.8%-
HSV(B)347.27º27.97%46.27%-
XYZ12.6511.1211.61-
YUV95.66125.93143.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=40%
G=28.81%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118859200.280.220.54347.2716.2639.8
Hex76555C01C163615b1028
Octal16612513403426665332050
Binary1110110101010110111000111001011011011010101101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,85,92); }

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

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

 a { background-color: rgb(118,85,92); }

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

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

 span { border-color: rgb(118,85,92); }

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