#78535B

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

Shades of Falcon #78535B

Tints of Falcon #78535B

Color information

#78535B (or 0x78535B) is unknown color: approx Falcon. HEX triplet: 78, 53 and 5B. RGB value is (120,83,91). Sum of RGB (Red+Green+Blue) = 120+83+91=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78535B is #87ACA4. Grayscale: #5E5E5E. Windows color (decimal): -8891557 or 5985144. OLE color: 5985144.

HSL color Cylindrical-coordinate representation of color #78535B: hue angle of 347.03º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78535B is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1208391-
CMYK00.310.240.53
HSL347.03º18.23%39.8%-
HSV(B)347.03º30.83%47.06%-
XYZ12.7310.9311.34-
YUV94.98125.76145.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=40.82%
G=28.23%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120839100.310.240.53347.0318.2339.8
Hex78535B01F183515b1228
Octal17012313303730655332250
Binary1111000101001110110110111111100011010110101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78535B; }

 p { color: rgb(120,83,91); }

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

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

 a { background-color: rgb(120,83,91); }

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

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

 span { border-color: rgb(120,83,91); }

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