Html Css Color HEX #78535B Falcon

📋 copy color: '#78535B'

red 120 ◦ green 83 ◦ blue 91

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

Shades of Falcon #78535B

Tints of Falcon #78535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 40.82%
G = 28.23%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78535B (or 0x78535B) is known color: Falcon. HEX triplet: 78, 53 and 5B. RGB value is (120,83,91). Sum of RGB (Red+Green+Blue) = 120+83+91=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78535B is #87ACA4. Grayscale: #5E5E5E. Windows color (decimal): -8891557 or 5985144. OLE color: 5985144.

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

Color convert

RGB 120 83 91 -
CMYK 0 0.31 0.24 0.53
HSL 347.03º 0.18% 0.4% -
HSV(B) 347.03º 0.31% 0.47% -
XYZ 12.73 10.93 11.34 -
YUV 94.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 120 83 91 0 0.31 0.24 0.53 347.03 0.18 0.4
Hex 78 53 5B 0 1F 18 35 15B 12 28
Octal 170 123 133 0 37 30 65 533 22 50
Binary 1111000 1010011 1011011 0 11111 11000 110101 101011011 10010 101000

Color Harmonies of #78535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78535B

Black with #78535B

Text Example


Text Example

White with #78535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78535B;
 }
 .AnyTagClassName
 {
   color: #78535B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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