#766162

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

Shades of Falcon #766162

Tints of Falcon #766162

Color information

#766162 (or 0x766162) is unknown color: approx Falcon. HEX triplet: 76, 61 and 62. RGB value is (118,97,98). Sum of RGB (Red+Green+Blue) = 118+97+98=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766162 is #899E9D. Grayscale: #676767. Windows color (decimal): -9019038 or 6447478. OLE color: 6447478.

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

Color convert

RGB1189798-
CMYK00.180.170.54
HSL357.14º9.77%42.16%-
HSV(B)357.14º17.8%46.27%-
XYZ13.9513.2813.38-
YUV103.39124.96138.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=37.70%
G=30.99%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118979800.180.170.54357.149.7742.16
Hex7661620121136165a2a
Octal16614114202221665451252
Binary111011011000011100010010010100011101101011001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766162; }

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

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

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

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

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

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

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

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