Html Css Color HEX #784A50 Solid Pink

📋 copy color: '#784A50'

red 120 ◦ green 74 ◦ blue 80

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

Shades of Solid Pink #784A50

Tints of Solid Pink #784A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 43.8%
G = 27.01%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#784A50 (or 0x784A50) is known color: Solid Pink. HEX triplet: 78, 4A and 50. RGB value is (120,74,80). Sum of RGB (Red+Green+Blue) = 120+74+80=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #784A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A50 is #87B5AF. Grayscale: #585858. Windows color (decimal): -8893872 or 5261944. OLE color: 5261944.

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

Color convert

RGB 120 74 80 -
CMYK 0 0.38 0.33 0.53
HSL 352.17º 0.24% 0.38% -
HSV(B) 352.17º 0.38% 0.47% -
XYZ 11.64 9.47 8.8 -
YUV 88.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 120 74 80 0 0.38 0.33 0.53 352.17 0.24 0.38
Hex 78 4A 50 0 26 21 35 160 18 26
Octal 170 112 120 0 46 41 65 540 30 46
Binary 1111000 1001010 1010000 0 100110 100001 110101 101100000 11000 100110

Color Harmonies of #784A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A50

Black with #784A50

Text Example


Text Example

White with #784A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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