#78595A

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

Shades of Falcon #78595A

Tints of Falcon #78595A

Color information

#78595A (or 0x78595A) is unknown color: approx Falcon. HEX triplet: 78, 59 and 5A. RGB value is (120,89,90). Sum of RGB (Red+Green+Blue) = 120+89+90=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78595A is #87A6A5. Grayscale: #626262. Windows color (decimal): -8890022 or 5921144. OLE color: 5921144.

HSL color Cylindrical-coordinate representation of color #78595A: hue angle of 358.06º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78595A is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1208990-
CMYK00.260.250.53
HSL358.06º14.83%40.98%-
HSV(B)358.06º25.83%47.06%-
XYZ13.1611.8811.27-
YUV98.38123.27143.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=40.13%
G=29.77%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120899000.260.250.53358.0614.8340.98
Hex78595A01A1935166f29
Octal17013113203231655461751
Binary111100010110011011010011010110011101011011001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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