Html Css Color HEX #785375 Trendy Pink

📋 copy color: '#785375'

red 120 ◦ green 83 ◦ blue 117

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

Shades of Trendy Pink #785375

Tints of Trendy Pink #785375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 37.5%
G = 25.94%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#785375 (or 0x785375) is known color: Trendy Pink. HEX triplet: 78, 53 and 75. RGB value is (120,83,117). Sum of RGB (Red+Green+Blue) = 120+83+117=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785375 is #87AC8A. Grayscale: #616161. Windows color (decimal): -8891531 or 7689080. OLE color: 7689080.

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

Color convert

RGB 120 83 117 -
CMYK 0 0.31 0.02 0.53
HSL 304.86º 0.18% 0.4% -
HSV(B) 304.86º 0.31% 0.47% -
XYZ 14.05 11.46 18.3 -
YUV 97.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 120 83 117 0 0.31 0.02 0.53 304.86 0.18 0.4
Hex 78 53 75 0 1F 2 35 131 12 28
Octal 170 123 165 0 37 2 65 461 22 50
Binary 1111000 1010011 1110101 0 11111 10 110101 100110001 10010 101000

Color Harmonies of #785375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785375

Black with #785375

Text Example


Text Example

White with #785375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785375; }

 p { color: rgb(120,83,117); }

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

background-color css

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

 a { background-color: rgb(120,83,117); }

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

border-color css

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

 span { border-color: rgb(120,83,117); }

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