Html Css Color HEX #78555A Falcon

📋 copy color: '#78555A'

red 120 ◦ green 85 ◦ blue 90

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

Shades of Falcon #78555A

Tints of Falcon #78555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 40.68%
G = 28.81%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78555A (or 0x78555A) is known color: Falcon. HEX triplet: 78, 55 and 5A. RGB value is (120,85,90). Sum of RGB (Red+Green+Blue) = 120+85+90=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78555A is #87AAA5. Grayscale: #606060. Windows color (decimal): -8891046 or 5920120. OLE color: 5920120.

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

Color convert

RGB 120 85 90 -
CMYK 0 0.29 0.25 0.53
HSL 351.43º 0.17% 0.4% -
HSV(B) 351.43º 0.29% 0.47% -
XYZ 12.84 11.23 11.16 -
YUV 96.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 120 85 90 0 0.29 0.25 0.53 351.43 0.17 0.4
Hex 78 55 5A 0 1D 19 35 15F 11 28
Octal 170 125 132 0 35 31 65 537 21 50
Binary 1111000 1010101 1011010 0 11101 11001 110101 101011111 10001 101000

Color Harmonies of #78555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78555A

Black with #78555A

Text Example


Text Example

White with #78555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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