Html Css Color HEX #784952 Solid Pink

📋 copy color: '#784952'

red 120 ◦ green 73 ◦ blue 82

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

Shades of Solid Pink #784952

Tints of Solid Pink #784952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 43.64%
G = 26.55%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#784952 (or 0x784952) is known color: Solid Pink. HEX triplet: 78, 49 and 52. RGB value is (120,73,82). Sum of RGB (Red+Green+Blue) = 120+73+82=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #784952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784952 is #87B6AD. Grayscale: #585858. Windows color (decimal): -8894126 or 5392760. OLE color: 5392760.

HSL color Cylindrical-coordinate representation of color #784952: hue angle of 348.51º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #784952 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 82 -
CMYK 0 0.39 0.32 0.53
HSL 348.51º 0.24% 0.38% -
HSV(B) 348.51º 0.39% 0.47% -
XYZ 11.65 9.37 9.18 -
YUV 88.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 120 73 82 0 0.39 0.32 0.53 348.51 0.24 0.38
Hex 78 49 52 0 27 20 35 15D 18 26
Octal 170 111 122 0 47 40 65 535 30 46
Binary 1111000 1001001 1010010 0 100111 100000 110101 101011101 11000 100110

Color Harmonies of #784952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784952

Black with #784952

Text Example


Text Example

White with #784952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784952; }

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

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

background-color css

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

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

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

border-color css

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

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

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