Html Css Color HEX #785875 Trendy Pink

📋 copy color: '#785875'

red 120 ◦ green 88 ◦ blue 117

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

Shades of Trendy Pink #785875

Tints of Trendy Pink #785875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 36.92%
G = 27.08%
B = 36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#785875 (or 0x785875) is known color: Trendy Pink. HEX triplet: 78, 58 and 75. RGB value is (120,88,117). Sum of RGB (Red+Green+Blue) = 120+88+117=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #785875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785875 is #87A78A. Grayscale: #646464. Windows color (decimal): -8890251 or 7690360. OLE color: 7690360.

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

Color convert

RGB 120 88 117 -
CMYK 0 0.27 0.02 0.53
HSL 305.63º 0.15% 0.41% -
HSV(B) 305.63º 0.27% 0.47% -
XYZ 14.45 12.26 18.43 -
YUV 100.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 120 88 117 0 0.27 0.02 0.53 305.63 0.15 0.41
Hex 78 58 75 0 1B 2 35 132 F 29
Octal 170 130 165 0 33 2 65 462 17 51
Binary 1111000 1011000 1110101 0 11011 10 110101 100110010 1111 101001

Color Harmonies of #785875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785875

Black with #785875

Text Example


Text Example

White with #785875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785875; }

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

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

background-color css

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

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

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

border-color css

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

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

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