Html Css Color HEX #784C55 Solid Pink

📋 copy color: '#784C55'

red 120 ◦ green 76 ◦ blue 85

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

Shades of Solid Pink #784C55

Tints of Solid Pink #784C55

RGB

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

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

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

R = 42.7%
G = 27.05%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#784C55 (or 0x784C55) is known color: Solid Pink. HEX triplet: 78, 4C and 55. RGB value is (120,76,85). Sum of RGB (Red+Green+Blue) = 120+76+85=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #784C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C55 is #87B3AA. Grayscale: #5A5A5A. Windows color (decimal): -8893355 or 5590136. OLE color: 5590136.

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

Color convert

RGB 120 76 85 -
CMYK 0 0.37 0.29 0.53
HSL 347.73º 0.22% 0.38% -
HSV(B) 347.73º 0.37% 0.47% -
XYZ 11.97 9.82 9.86 -
YUV 90.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 120 76 85 0 0.37 0.29 0.53 347.73 0.22 0.38
Hex 78 4C 55 0 25 1D 35 15C 16 26
Octal 170 114 125 0 45 35 65 534 26 46
Binary 1111000 1001100 1010101 0 100101 11101 110101 101011100 10110 100110

Color Harmonies of #784C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C55

Black with #784C55

Text Example


Text Example

White with #784C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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