Html Css Color HEX #785358 Falcon

📋 copy color: '#785358'

red 120 ◦ green 83 ◦ blue 88

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

Shades of Falcon #785358

Tints of Falcon #785358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 41.24%
G = 28.52%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#785358 (or 0x785358) is known color: Falcon. HEX triplet: 78, 53 and 58. RGB value is (120,83,88). Sum of RGB (Red+Green+Blue) = 120+83+88=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785358 is #87ACA7. Grayscale: #5E5E5E. Windows color (decimal): -8891560 or 5788536. OLE color: 5788536.

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

Color convert

RGB 120 83 88 -
CMYK 0 0.31 0.27 0.53
HSL 351.89º 0.18% 0.4% -
HSV(B) 351.89º 0.31% 0.47% -
XYZ 12.6 10.88 10.67 -
YUV 94.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 120 83 88 0 0.31 0.27 0.53 351.89 0.18 0.4
Hex 78 53 58 0 1F 1B 35 160 12 28
Octal 170 123 130 0 37 33 65 540 22 50
Binary 1111000 1010011 1011000 0 11111 11011 110101 101100000 10010 101000

Color Harmonies of #785358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785358

Black with #785358

Text Example


Text Example

White with #785358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785358; }

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

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

background-color css

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

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

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

border-color css

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

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

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