Html Css Color HEX #784D55 Solid Pink

📋 copy color: '#784D55'

red 120 ◦ green 77 ◦ blue 85

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

Shades of Solid Pink #784D55

Tints of Solid Pink #784D55

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 42.55%
G = 27.3%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#784D55 (or 0x784D55) is known color: Solid Pink. HEX triplet: 78, 4D and 55. RGB value is (120,77,85). Sum of RGB (Red+Green+Blue) = 120+77+85=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #784D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D55 is #87B2AA. Grayscale: #5A5A5A. Windows color (decimal): -8893099 or 5590392. OLE color: 5590392.

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

Color convert

RGB 120 77 85 -
CMYK 0 0.36 0.29 0.53
HSL 348.84º 0.22% 0.39% -
HSV(B) 348.84º 0.36% 0.47% -
XYZ 12.04 9.96 9.88 -
YUV 90.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 120 77 85 0 0.36 0.29 0.53 348.84 0.22 0.39
Hex 78 4D 55 0 24 1D 35 15D 16 27
Octal 170 115 125 0 44 35 65 535 26 47
Binary 1111000 1001101 1010101 0 100100 11101 110101 101011101 10110 100111

Color Harmonies of #784D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D55

Black with #784D55

Text Example


Text Example

White with #784D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,77,85); }

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

background-color css

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

 a { background-color: rgb(120,77,85); }

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

border-color css

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

 span { border-color: rgb(120,77,85); }

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