Html Css Color HEX #785052 Solid Pink

📋 copy color: '#785052'

red 120 ◦ green 80 ◦ blue 82

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

Shades of Solid Pink #785052

Tints of Solid Pink #785052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

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

R = 42.55%
G = 28.37%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#785052 (or 0x785052) is known color: Solid Pink. HEX triplet: 78, 50 and 52. RGB value is (120,80,82). Sum of RGB (Red+Green+Blue) = 120+80+82=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785052 is #87AFAD. Grayscale: #5C5C5C. Windows color (decimal): -8892334 or 5394552. OLE color: 5394552.

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

Color convert

RGB 120 80 82 -
CMYK 0 0.33 0.32 0.53
HSL 357º 0.2% 0.39% -
HSV(B) 357º 0.33% 0.47% -
XYZ 12.14 10.34 9.34 -
YUV 92.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 120 80 82 0 0.33 0.32 0.53 357 0.2 0.39
Hex 78 50 52 0 21 20 35 165 14 27
Octal 170 120 122 0 41 40 65 545 24 47
Binary 1111000 1010000 1010010 0 100001 100000 110101 101100101 10100 100111

Color Harmonies of #785052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785052

Black with #785052

Text Example


Text Example

White with #785052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785052; }

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

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

background-color css

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

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

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

border-color css

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

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

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