Html Css Color HEX #784C52 Solid Pink

📋 copy color: '#784C52'

red 120 ◦ green 76 ◦ blue 82

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

Shades of Solid Pink #784C52

Tints of Solid Pink #784C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 43.17%
G = 27.34%
B = 29.5%

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

#784C52 (or 0x784C52) is known color: Solid Pink. HEX triplet: 78, 4C and 52. RGB value is (120,76,82). Sum of RGB (Red+Green+Blue) = 120+76+82=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #784C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C52 is #87B3AD. Grayscale: #595959. Windows color (decimal): -8893358 or 5393528. OLE color: 5393528.

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

Color convert

RGB 120 76 82 -
CMYK 0 0.37 0.32 0.53
HSL 351.82º 0.22% 0.38% -
HSV(B) 351.82º 0.37% 0.47% -
XYZ 11.85 9.77 9.24 -
YUV 89.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 120 76 82 0 0.37 0.32 0.53 351.82 0.22 0.38
Hex 78 4C 52 0 25 20 35 160 16 26
Octal 170 114 122 0 45 40 65 540 26 46
Binary 1111000 1001100 1010010 0 100101 100000 110101 101100000 10110 100110

Color Harmonies of #784C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C52

Black with #784C52

Text Example


Text Example

White with #784C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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