Html Css Color HEX #784C51 Solid Pink

📋 copy color: '#784C51'

red 120 ◦ green 76 ◦ blue 81

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

Shades of Solid Pink #784C51

Tints of Solid Pink #784C51

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 43.32%
G = 27.44%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#784C51 (or 0x784C51) is known color: Solid Pink. HEX triplet: 78, 4C and 51. RGB value is (120,76,81). Sum of RGB (Red+Green+Blue) = 120+76+81=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #784C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C51 is #87B3AE. Grayscale: #595959. Windows color (decimal): -8893359 or 5327992. OLE color: 5327992.

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

Color convert

RGB 120 76 81 -
CMYK 0 0.37 0.32 0.53
HSL 353.18º 0.22% 0.38% -
HSV(B) 353.18º 0.37% 0.47% -
XYZ 11.82 9.76 9.04 -
YUV 89.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 120 76 81 0 0.37 0.32 0.53 353.18 0.22 0.38
Hex 78 4C 51 0 25 20 35 161 16 26
Octal 170 114 121 0 45 40 65 541 26 46
Binary 1111000 1001100 1010001 0 100101 100000 110101 101100001 10110 100110

Color Harmonies of #784C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C51

Black with #784C51

Text Example


Text Example

White with #784C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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