Html Css Color HEX #875379 Trendy Pink

📋 copy color: '#875379'

red 135 ◦ green 83 ◦ blue 121

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

Shades of Trendy Pink #875379

Tints of Trendy Pink #875379

RGB

 RED value IS 135 (53.13% from 255) = 39.82%

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

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 39.82%
G = 24.48%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#875379 (or 0x875379) is known color: Trendy Pink. HEX triplet: 87, 53 and 79. RGB value is (135,83,121). Sum of RGB (Red+Green+Blue) = 135+83+121=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #875379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875379 is #78AC86. Grayscale: #666666. Windows color (decimal): -7908487 or 7951239. OLE color: 7951239.

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

Color convert

RGB 135 83 121 -
CMYK 0 0.39 0.10 0.47
HSL 316.15º 0.24% 0.43% -
HSV(B) 316.15º 0.39% 0.53% -
XYZ 16.54 12.72 19.67 -
YUV 102.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 135 83 121 0 0.39 0.10 0.47 316.15 0.24 0.43
Hex 87 53 79 0 27 A 2F 13C 18 2B
Octal 207 123 171 0 47 12 57 474 30 53
Binary 10000111 1010011 1111001 0 100111 1010 101111 100111100 11000 101011

Color Harmonies of #875379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875379

Black with #875379

Text Example


Text Example

White with #875379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875379; }

 p { color: rgb(135,83,121); }

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

background-color css

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

 a { background-color: rgb(135,83,121); }

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

border-color css

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

 span { border-color: rgb(135,83,121); }

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