Html Css Color HEX #785273 Trendy Pink

📋 copy color: '#785273'

red 120 ◦ green 82 ◦ blue 115

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

Shades of Trendy Pink #785273

Tints of Trendy Pink #785273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 37.85%
G = 25.87%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#785273 (or 0x785273) is known color: Trendy Pink. HEX triplet: 78, 52 and 73. RGB value is (120,82,115). Sum of RGB (Red+Green+Blue) = 120+82+115=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #785273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785273 is #87AD8C. Grayscale: #616161. Windows color (decimal): -8891789 or 7557752. OLE color: 7557752.

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

Color convert

RGB 120 82 115 -
CMYK 0 0.32 0.04 0.53
HSL 307.89º 0.19% 0.4% -
HSV(B) 307.89º 0.32% 0.47% -
XYZ 13.86 11.27 17.66 -
YUV 97.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 120 82 115 0 0.32 0.04 0.53 307.89 0.19 0.4
Hex 78 52 73 0 20 4 35 134 13 28
Octal 170 122 163 0 40 4 65 464 23 50
Binary 1111000 1010010 1110011 0 100000 100 110101 100110100 10011 101000

Color Harmonies of #785273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785273

Black with #785273

Text Example


Text Example

White with #785273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785273; }

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

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

background-color css

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

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

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

border-color css

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

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

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