Html Css Color HEX #78575A Falcon

📋 copy color: '#78575A'

red 120 ◦ green 87 ◦ blue 90

#78575A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #78575A

Tints of Falcon #78575A

RGB

 RED value IS 120 (47.27% from 255) = 40.4%

 GREEN value IS 87 (34.38% from 255) = 29.29%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 40.4%
G = 29.29%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78575A (or 0x78575A) is known color: Falcon. HEX triplet: 78, 57 and 5A. RGB value is (120,87,90). Sum of RGB (Red+Green+Blue) = 120+87+90=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78575A is #87A8A5. Grayscale: #616161. Windows color (decimal): -8890534 or 5920632. OLE color: 5920632.

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

Color convert

RGB 120 87 90 -
CMYK 0 0.28 0.25 0.53
HSL 354.55º 0.16% 0.41% -
HSV(B) 354.55º 0.28% 0.47% -
XYZ 13 11.55 11.22 -
YUV 97.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 120 87 90 0 0.28 0.25 0.53 354.55 0.16 0.41
Hex 78 57 5A 0 1C 19 35 163 10 29
Octal 170 127 132 0 34 31 65 543 20 51
Binary 1111000 1010111 1011010 0 11100 11001 110101 101100011 10000 101001

Color Harmonies of #78575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78575A

Black with #78575A

Text Example


Text Example

White with #78575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78575A;
 }
 .AnyTagClassName
 {
   color: #78575A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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