Html Css Color HEX #78585E Falcon

📋 copy color: '#78585E'

red 120 ◦ green 88 ◦ blue 94

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

Shades of Falcon #78585E

Tints of Falcon #78585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 39.74%
G = 29.14%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78585E (or 0x78585E) is known color: Falcon. HEX triplet: 78, 58 and 5E. RGB value is (120,88,94). Sum of RGB (Red+Green+Blue) = 120+88+94=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #78585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78585E is #87A7A1. Grayscale: #626262. Windows color (decimal): -8890274 or 6183032. OLE color: 6183032.

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

Color convert

RGB 120 88 94 -
CMYK 0 0.27 0.22 0.53
HSL 348.75º 0.15% 0.41% -
HSV(B) 348.75º 0.27% 0.47% -
XYZ 13.26 11.78 12.16 -
YUV 98.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 120 88 94 0 0.27 0.22 0.53 348.75 0.15 0.41
Hex 78 58 5E 0 1B 16 35 15D F 29
Octal 170 130 136 0 33 26 65 535 17 51
Binary 1111000 1011000 1011110 0 11011 10110 110101 101011101 1111 101001

Color Harmonies of #78585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78585E

Black with #78585E

Text Example


Text Example

White with #78585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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