Html Css Color HEX #78585A Falcon

📋 copy color: '#78585A'

red 120 ◦ green 88 ◦ blue 90

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

Shades of Falcon #78585A

Tints of Falcon #78585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 40.27%
G = 29.53%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78585A (or 0x78585A) is known color: Falcon. HEX triplet: 78, 58 and 5A. RGB value is (120,88,90). Sum of RGB (Red+Green+Blue) = 120+88+90=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78585A is #87A7A5. Grayscale: #616161. Windows color (decimal): -8890278 or 5920888. OLE color: 5920888.

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

Color convert

RGB 120 88 90 -
CMYK 0 0.27 0.25 0.53
HSL 356.25º 0.15% 0.41% -
HSV(B) 356.25º 0.27% 0.47% -
XYZ 13.08 11.71 11.24 -
YUV 97.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 120 88 90 0 0.27 0.25 0.53 356.25 0.15 0.41
Hex 78 58 5A 0 1B 19 35 164 F 29
Octal 170 130 132 0 33 31 65 544 17 51
Binary 1111000 1011000 1011010 0 11011 11001 110101 101100100 1111 101001

Color Harmonies of #78585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78585A

Black with #78585A

Text Example


Text Example

White with #78585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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