#78525A

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

Shades of Falcon #78525A

Tints of Falcon #78525A

Color information

#78525A (or 0x78525A) is unknown color: approx Falcon. HEX triplet: 78, 52 and 5A. RGB value is (120,82,90). Sum of RGB (Red+Green+Blue) = 120+82+90=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #78525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78525A is #87ADA5. Grayscale: #5E5E5E. Windows color (decimal): -8891814 or 5919352. OLE color: 5919352.

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

Color convert

RGB1208290-
CMYK00.320.250.53
HSL347.37º18.81%39.61%-
HSV(B)347.37º31.67%47.06%-
XYZ12.6110.7711.09-
YUV94.27125.59146.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=41.10%
G=28.08%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120829000.320.250.53347.3718.8139.61
Hex78525A020193515b1328
Octal17012213204031655332350
Binary11110001010010101101001000001100111010110101101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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