Html Css Color HEX #875770 Cannon Pink

📋 copy color: '#875770'

red 135 ◦ green 87 ◦ blue 112

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

Shades of Cannon Pink #875770

Tints of Cannon Pink #875770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 40.42%
G = 26.05%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#875770 (or 0x875770) is known color: Cannon Pink. HEX triplet: 87, 57 and 70. RGB value is (135,87,112). Sum of RGB (Red+Green+Blue) = 135+87+112=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875770 is #78A88F. Grayscale: #686868. Windows color (decimal): -7907472 or 7362439. OLE color: 7362439.

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

Color convert

RGB 135 87 112 -
CMYK 0 0.36 0.17 0.47
HSL 328.75º 0.22% 0.44% -
HSV(B) 328.75º 0.36% 0.53% -
XYZ 16.32 13.14 17 -
YUV 104.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 135 87 112 0 0.36 0.17 0.47 328.75 0.22 0.44
Hex 87 57 70 0 24 11 2F 149 16 2C
Octal 207 127 160 0 44 21 57 511 26 54
Binary 10000111 1010111 1110000 0 100100 10001 101111 101001001 10110 101100

Color Harmonies of #875770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875770

Black with #875770

Text Example


Text Example

White with #875770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875770; }

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

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

background-color css

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

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

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

border-color css

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

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

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