Html Css Color HEX #784E50 Solid Pink

📋 copy color: '#784E50'

red 120 ◦ green 78 ◦ blue 80

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

Shades of Solid Pink #784E50

Tints of Solid Pink #784E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.06%

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 43.17%
G = 28.06%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#784E50 (or 0x784E50) is known color: Solid Pink. HEX triplet: 78, 4E and 50. RGB value is (120,78,80). Sum of RGB (Red+Green+Blue) = 120+78+80=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #784E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E50 is #87B1AF. Grayscale: #5A5A5A. Windows color (decimal): -8892848 or 5262968. OLE color: 5262968.

HSL color Cylindrical-coordinate representation of color #784E50: hue angle of 357.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #784E50 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 78 80 -
CMYK 0 0.35 0.33 0.53
HSL 357.14º 0.21% 0.39% -
HSV(B) 357.14º 0.35% 0.47% -
XYZ 11.92 10.02 8.9 -
YUV 90.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 120 78 80 0 0.35 0.33 0.53 357.14 0.21 0.39
Hex 78 4E 50 0 23 21 35 165 15 27
Octal 170 116 120 0 43 41 65 545 25 47
Binary 1111000 1001110 1010000 0 100011 100001 110101 101100101 10101 100111

Color Harmonies of #784E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E50

Black with #784E50

Text Example


Text Example

White with #784E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784E50; }

 p { color: rgb(120,78,80); }

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

background-color css

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

 a { background-color: rgb(120,78,80); }

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

border-color css

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

 span { border-color: rgb(120,78,80); }

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