#785258

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

Shades of Falcon #785258

Tints of Falcon #785258

Color information

#785258 (or 0x785258) is unknown color: approx Falcon. HEX triplet: 78, 52 and 58. RGB value is (120,82,88). Sum of RGB (Red+Green+Blue) = 120+82+88=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785258 is #87ADA7. Grayscale: #5E5E5E. Windows color (decimal): -8891816 or 5788280. OLE color: 5788280.

HSL color Cylindrical-coordinate representation of color #785258: hue angle of 350.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785258 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1208288-
CMYK00.320.270.53
HSL350.53º18.81%39.61%-
HSV(B)350.53º31.67%47.06%-
XYZ12.5210.7310.64-
YUV94.05124.59146.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=41.38%
G=28.28%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120828800.320.270.53350.5318.8139.61
Hex7852580201B3515f1328
Octal17012213004033655372350
Binary11110001010010101100001000001101111010110101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785258; }

 p { color: rgb(120,82,88); }

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

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

 a { background-color: rgb(120,82,88); }

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

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

 span { border-color: rgb(120,82,88); }

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