#765157

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

Shades of Falcon #765157

Tints of Falcon #765157

Color information

#765157 (or 0x765157) is unknown color: approx Falcon. HEX triplet: 76, 51 and 57. RGB value is (118,81,87). Sum of RGB (Red+Green+Blue) = 118+81+87=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765157 is #89AEA8. Grayscale: #5C5C5C. Windows color (decimal): -9023145 or 5722486. OLE color: 5722486.

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

Color convert

RGB1188187-
CMYK00.310.260.54
HSL350.27º18.59%39.02%-
HSV(B)350.27º31.36%46.27%-
XYZ12.1310.4210.39-
YUV92.75124.76146.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=41.26%
G=28.32%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118818700.310.260.54350.2718.5939.02
Hex76515701F1A3615e1327
Octal16612112703732665362347
Binary1110110101000110101110111111101011011010101111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765157; }

 p { color: rgb(118,81,87); }

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

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

 a { background-color: rgb(118,81,87); }

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

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

 span { border-color: rgb(118,81,87); }

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