Html Css Color HEX #885772 Cannon Pink

📋 copy color: '#885772'

red 136 ◦ green 87 ◦ blue 114

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

Shades of Cannon Pink #885772

Tints of Cannon Pink #885772

RGB

 RED value IS 136 (53.52% from 255) = 40.36%

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

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 40.36%
G = 25.82%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#885772 (or 0x885772) is known color: Cannon Pink. HEX triplet: 88, 57 and 72. RGB value is (136,87,114). Sum of RGB (Red+Green+Blue) = 136+87+114=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #885772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885772 is #77A88D. Grayscale: #686868. Windows color (decimal): -7841934 or 7493512. OLE color: 7493512.

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

Color convert

RGB 136 87 114 -
CMYK 0 0.36 0.16 0.47
HSL 326.94º 0.22% 0.44% -
HSV(B) 326.94º 0.36% 0.53% -
XYZ 16.6 13.27 17.61 -
YUV 104.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 136 87 114 0 0.36 0.16 0.47 326.94 0.22 0.44
Hex 88 57 72 0 24 10 2F 147 16 2C
Octal 210 127 162 0 44 20 57 507 26 54
Binary 10001000 1010111 1110010 0 100100 10000 101111 101000111 10110 101100

Color Harmonies of #885772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885772

Black with #885772

Text Example


Text Example

White with #885772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885772; }

 p { color: rgb(136,87,114); }

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

background-color css

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

 a { background-color: rgb(136,87,114); }

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

border-color css

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

 span { border-color: rgb(136,87,114); }

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