#766062

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

Shades of Falcon #766062

Tints of Falcon #766062

Color information

#766062 (or 0x766062) is unknown color: approx Falcon. HEX triplet: 76, 60 and 62. RGB value is (118,96,98). Sum of RGB (Red+Green+Blue) = 118+96+98=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766062 is #899F9D. Grayscale: #666666. Windows color (decimal): -9019294 or 6447222. OLE color: 6447222.

HSL color Cylindrical-coordinate representation of color #766062: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766062 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1189698-
CMYK00.190.170.54
HSL354.55º10.28%41.96%-
HSV(B)354.55º18.64%46.27%-
XYZ13.8613.113.35-
YUV102.81125.29138.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=37.82%
G=30.77%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118969800.190.170.54354.5510.2841.96
Hex7660620131136163a2a
Octal16614014202321665431252
Binary111011011000001100010010011100011101101011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766062; }

 p { color: rgb(118,96,98); }

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

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

 a { background-color: rgb(118,96,98); }

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

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

 span { border-color: rgb(118,96,98); }

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