Html Css Color HEX #875377 Trendy Pink

📋 copy color: '#875377'

red 135 ◦ green 83 ◦ blue 119

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

Shades of Trendy Pink #875377

Tints of Trendy Pink #875377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 40.06%
G = 24.63%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875377 (or 0x875377) is known color: Trendy Pink. HEX triplet: 87, 53 and 77. RGB value is (135,83,119). Sum of RGB (Red+Green+Blue) = 135+83+119=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875377 is #78AC88. Grayscale: #666666. Windows color (decimal): -7908489 or 7820167. OLE color: 7820167.

HSL color Cylindrical-coordinate representation of color #875377: hue angle of 318.46º 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 #875377 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 83 119 -
CMYK 0 0.39 0.12 0.47
HSL 318.46º 0.24% 0.43% -
HSV(B) 318.46º 0.39% 0.53% -
XYZ 16.41 12.67 19.03 -
YUV 102.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 135 83 119 0 0.39 0.12 0.47 318.46 0.24 0.43
Hex 87 53 77 0 27 C 2F 13E 18 2B
Octal 207 123 167 0 47 14 57 476 30 53
Binary 10000111 1010011 1110111 0 100111 1100 101111 100111110 11000 101011

Color Harmonies of #875377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875377

Black with #875377

Text Example


Text Example

White with #875377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875377; }

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

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

background-color css

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

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

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

border-color css

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

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

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