#78535A

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

Shades of Falcon #78535A

Tints of Falcon #78535A

Color information

#78535A (or 0x78535A) is unknown color: approx Falcon. HEX triplet: 78, 53 and 5A. RGB value is (120,83,90). Sum of RGB (Red+Green+Blue) = 120+83+90=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #78535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78535A is #87ACA5. Grayscale: #5E5E5E. Windows color (decimal): -8891558 or 5919608. OLE color: 5919608.

HSL color Cylindrical-coordinate representation of color #78535A: hue angle of 348.65º 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 #78535A is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1208390-
CMYK00.310.250.53
HSL348.65º18.23%39.8%-
HSV(B)348.65º30.83%47.06%-
XYZ12.6810.9211.11-
YUV94.86125.26145.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=40.96%
G=28.33%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120839000.310.250.53348.6518.2339.8
Hex78535A01F193515d1228
Octal17012313203731655352250
Binary1111000101001110110100111111100111010110101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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