Html Css Color HEX #78585C Falcon

📋 copy color: '#78585C'

red 120 ◦ green 88 ◦ blue 92

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

Shades of Falcon #78585C

Tints of Falcon #78585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 40%
G = 29.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78585C (or 0x78585C) is known color: Falcon. HEX triplet: 78, 58 and 5C. RGB value is (120,88,92). Sum of RGB (Red+Green+Blue) = 120+88+92=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78585C is #87A7A3. Grayscale: #626262. Windows color (decimal): -8890276 or 6051960. OLE color: 6051960.

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

Color convert

RGB 120 88 92 -
CMYK 0 0.27 0.23 0.53
HSL 352.5º 0.15% 0.41% -
HSV(B) 352.5º 0.27% 0.47% -
XYZ 13.17 11.75 11.7 -
YUV 98.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 120 88 92 0 0.27 0.23 0.53 352.5 0.15 0.41
Hex 78 58 5C 0 1B 17 35 160 F 29
Octal 170 130 134 0 33 27 65 540 17 51
Binary 1111000 1011000 1011100 0 11011 10111 110101 101100000 1111 101001

Color Harmonies of #78585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78585C

Black with #78585C

Text Example


Text Example

White with #78585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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