Html Css Color HEX #784950 Solid Pink

📋 copy color: '#784950'

red 120 ◦ green 73 ◦ blue 80

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

Shades of Solid Pink #784950

Tints of Solid Pink #784950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 43.96%
G = 26.74%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#784950 (or 0x784950) is known color: Solid Pink. HEX triplet: 78, 49 and 50. RGB value is (120,73,80). Sum of RGB (Red+Green+Blue) = 120+73+80=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784950 is #87B6AF. Grayscale: #575757. Windows color (decimal): -8894128 or 5261688. OLE color: 5261688.

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

Color convert

RGB 120 73 80 -
CMYK 0 0.39 0.33 0.53
HSL 351.06º 0.24% 0.38% -
HSV(B) 351.06º 0.39% 0.47% -
XYZ 11.58 9.34 8.78 -
YUV 87.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 120 73 80 0 0.39 0.33 0.53 351.06 0.24 0.38
Hex 78 49 50 0 27 21 35 15F 18 26
Octal 170 111 120 0 47 41 65 537 30 46
Binary 1111000 1001001 1010000 0 100111 100001 110101 101011111 11000 100110

Color Harmonies of #784950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784950

Black with #784950

Text Example


Text Example

White with #784950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784950; }

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

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

background-color css

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

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

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

border-color css

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

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

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