Html Css Color HEX #784C54 Solid Pink

📋 copy color: '#784C54'

red 120 ◦ green 76 ◦ blue 84

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

Shades of Solid Pink #784C54

Tints of Solid Pink #784C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30%

R = 42.86%
G = 27.14%
B = 30%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#784C54 (or 0x784C54) is known color: Solid Pink. HEX triplet: 78, 4C and 54. RGB value is (120,76,84). Sum of RGB (Red+Green+Blue) = 120+76+84=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #784C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C54 is #87B3AB. Grayscale: #5A5A5A. Windows color (decimal): -8893356 or 5524600. OLE color: 5524600.

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

Color convert

RGB 120 76 84 -
CMYK 0 0.37 0.3 0.53
HSL 349.09º 0.22% 0.38% -
HSV(B) 349.09º 0.37% 0.47% -
XYZ 11.93 9.8 9.65 -
YUV 90.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 120 76 84 0 0.37 0.3 0.53 349.09 0.22 0.38
Hex 78 4C 54 0 25 1E 35 15D 16 26
Octal 170 114 124 0 45 36 65 535 26 46
Binary 1111000 1001100 1010100 0 100101 11110 110101 101011101 10110 100110

Color Harmonies of #784C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C54

Black with #784C54

Text Example


Text Example

White with #784C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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