Html Css Color HEX #875256 Solid Pink

📋 copy color: '#875256'

red 135 ◦ green 82 ◦ blue 86

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

Shades of Solid Pink #875256

Tints of Solid Pink #875256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

 BLUE value IS 86 (33.98% from 255) = 28.38%

R = 44.55%
G = 27.06%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#875256 (or 0x875256) is known color: Solid Pink. HEX triplet: 87, 52 and 56. RGB value is (135,82,86). Sum of RGB (Red+Green+Blue) = 135+82+86=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875256 is #78ADA9. Grayscale: #626262. Windows color (decimal): -7908778 or 5657223. OLE color: 5657223.

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

Color convert

RGB 135 82 86 -
CMYK 0 0.39 0.36 0.47
HSL 355.47º 0.24% 0.43% -
HSV(B) 355.47º 0.39% 0.53% -
XYZ 14.69 11.86 10.32 -
YUV 98.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 135 82 86 0 0.39 0.36 0.47 355.47 0.24 0.43
Hex 87 52 56 0 27 24 2F 163 18 2B
Octal 207 122 126 0 47 44 57 543 30 53
Binary 10000111 1010010 1010110 0 100111 100100 101111 101100011 11000 101011

Color Harmonies of #875256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875256

Black with #875256

Text Example


Text Example

White with #875256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875256; }

 p { color: rgb(135,82,86); }

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

background-color css

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

 a { background-color: rgb(135,82,86); }

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

border-color css

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

 span { border-color: rgb(135,82,86); }

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