Html Css Color HEX #784A51 Solid Pink

📋 copy color: '#784A51'

red 120 ◦ green 74 ◦ blue 81

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

Shades of Solid Pink #784A51

Tints of Solid Pink #784A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.45%

R = 43.64%
G = 26.91%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#784A51 (or 0x784A51) is known color: Solid Pink. HEX triplet: 78, 4A and 51. RGB value is (120,74,81). Sum of RGB (Red+Green+Blue) = 120+74+81=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #784A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A51 is #87B5AE. Grayscale: #585858. Windows color (decimal): -8893871 or 5327480. OLE color: 5327480.

HSL color Cylindrical-coordinate representation of color #784A51: hue angle of 350.87º 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 #784A51 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 74 81 -
CMYK 0 0.38 0.32 0.53
HSL 350.87º 0.24% 0.38% -
HSV(B) 350.87º 0.38% 0.47% -
XYZ 11.68 9.48 9 -
YUV 88.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 120 74 81 0 0.38 0.32 0.53 350.87 0.24 0.38
Hex 78 4A 51 0 26 20 35 15F 18 26
Octal 170 112 121 0 46 40 65 537 30 46
Binary 1111000 1001010 1010001 0 100110 100000 110101 101011111 11000 100110

Color Harmonies of #784A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A51

Black with #784A51

Text Example


Text Example

White with #784A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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