Html Css Color HEX #785258 Falcon

📋 copy color: '#785258'

red 120 ◦ green 82 ◦ blue 88

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

Shades of Falcon #785258

Tints of Falcon #785258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

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

R = 41.38%
G = 28.28%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#785258 (or 0x785258) is known color: Falcon. HEX triplet: 78, 52 and 58. RGB value is (120,82,88). Sum of RGB (Red+Green+Blue) = 120+82+88=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785258 is #87ADA7. Grayscale: #5E5E5E. Windows color (decimal): -8891816 or 5788280. OLE color: 5788280.

HSL color Cylindrical-coordinate representation of color #785258: hue angle of 350.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785258 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 82 88 -
CMYK 0 0.32 0.27 0.53
HSL 350.53º 0.19% 0.4% -
HSV(B) 350.53º 0.32% 0.47% -
XYZ 12.52 10.73 10.64 -
YUV 94.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 120 82 88 0 0.32 0.27 0.53 350.53 0.19 0.4
Hex 78 52 58 0 20 1B 35 15F 13 28
Octal 170 122 130 0 40 33 65 537 23 50
Binary 1111000 1010010 1011000 0 100000 11011 110101 101011111 10011 101000

Color Harmonies of #785258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785258

Black with #785258

Text Example


Text Example

White with #785258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785258; }

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

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

background-color css

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

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

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

border-color css

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

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

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