Html Css Color HEX #875760 Cannon Pink

📋 copy color: '#875760'

red 135 ◦ green 87 ◦ blue 96

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

Shades of Cannon Pink #875760

Tints of Cannon Pink #875760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.36%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 42.45%
G = 27.36%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#875760 (or 0x875760) is known color: Cannon Pink. HEX triplet: 87, 57 and 60. RGB value is (135,87,96). Sum of RGB (Red+Green+Blue) = 135+87+96=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875760 is #78A89F. Grayscale: #666666. Windows color (decimal): -7907488 or 6313863. OLE color: 6313863.

HSL color Cylindrical-coordinate representation of color #875760: hue angle of 348.75º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875760 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 87 96 -
CMYK 0 0.36 0.29 0.47
HSL 348.75º 0.22% 0.44% -
HSV(B) 348.75º 0.36% 0.53% -
XYZ 15.51 12.81 12.72 -
YUV 102.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 135 87 96 0 0.36 0.29 0.47 348.75 0.22 0.44
Hex 87 57 60 0 24 1D 2F 15D 16 2C
Octal 207 127 140 0 44 35 57 535 26 54
Binary 10000111 1010111 1100000 0 100100 11101 101111 101011101 10110 101100

Color Harmonies of #875760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875760

Black with #875760

Text Example


Text Example

White with #875760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875760; }

 p { color: rgb(135,87,96); }

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

background-color css

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

 a { background-color: rgb(135,87,96); }

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

border-color css

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

 span { border-color: rgb(135,87,96); }

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