Html Css Color HEX #875C83 Trendy Pink

📋 copy color: '#875C83'

red 135 ◦ green 92 ◦ blue 131

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

Shades of Trendy Pink #875C83

Tints of Trendy Pink #875C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 37.71%
G = 25.7%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#875C83 (or 0x875C83) is known color: Trendy Pink. HEX triplet: 87, 5C and 83. RGB value is (135,92,131). Sum of RGB (Red+Green+Blue) = 135+92+131=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #875C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C83 is #78A37C. Grayscale: #6D6D6D. Windows color (decimal): -7906173 or 8608903. OLE color: 8608903.

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

Color convert

RGB 135 92 131 -
CMYK 0 0.32 0.03 0.47
HSL 305.58º 0.19% 0.45% -
HSV(B) 305.58º 0.32% 0.53% -
XYZ 17.92 14.44 23.32 -
YUV 109.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 135 92 131 0 0.32 0.03 0.47 305.58 0.19 0.45
Hex 87 5C 83 0 20 3 2F 132 13 2D
Octal 207 134 203 0 40 3 57 462 23 55
Binary 10000111 1011100 10000011 0 100000 11 101111 100110010 10011 101101

Color Harmonies of #875C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C83

Black with #875C83

Text Example


Text Example

White with #875C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875C83; }

 p { color: rgb(135,92,131); }

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

background-color css

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

 a { background-color: rgb(135,92,131); }

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

border-color css

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

 span { border-color: rgb(135,92,131); }

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