Html Css Color HEX #784C53 Solid Pink

📋 copy color: '#784C53'

red 120 ◦ green 76 ◦ blue 83

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

Shades of Solid Pink #784C53

Tints of Solid Pink #784C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 43.01%
G = 27.24%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#784C53 (or 0x784C53) is known color: Solid Pink. HEX triplet: 78, 4C and 53. RGB value is (120,76,83). Sum of RGB (Red+Green+Blue) = 120+76+83=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #784C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C53 is #87B3AC. Grayscale: #595959. Windows color (decimal): -8893357 or 5459064. OLE color: 5459064.

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

Color convert

RGB 120 76 83 -
CMYK 0 0.37 0.31 0.53
HSL 350.45º 0.22% 0.38% -
HSV(B) 350.45º 0.37% 0.47% -
XYZ 11.89 9.79 9.45 -
YUV 89.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 120 76 83 0 0.37 0.31 0.53 350.45 0.22 0.38
Hex 78 4C 53 0 25 1F 35 15E 16 26
Octal 170 114 123 0 45 37 65 536 26 46
Binary 1111000 1001100 1010011 0 100101 11111 110101 101011110 10110 100110

Color Harmonies of #784C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C53

Black with #784C53

Text Example


Text Example

White with #784C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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