Html Css Color HEX #875765 Cannon Pink

📋 copy color: '#875765'

red 135 ◦ green 87 ◦ blue 101

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

Shades of Cannon Pink #875765

Tints of Cannon Pink #875765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 41.8%
G = 26.93%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#875765 (or 0x875765) is known color: Cannon Pink. HEX triplet: 87, 57 and 65. RGB value is (135,87,101). Sum of RGB (Red+Green+Blue) = 135+87+101=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875765 is #78A89A. Grayscale: #666666. Windows color (decimal): -7907483 or 6641543. OLE color: 6641543.

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

Color convert

RGB 135 87 101 -
CMYK 0 0.36 0.25 0.47
HSL 342.5º 0.22% 0.44% -
HSV(B) 342.5º 0.36% 0.53% -
XYZ 15.75 12.91 13.97 -
YUV 102.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 135 87 101 0 0.36 0.25 0.47 342.5 0.22 0.44
Hex 87 57 65 0 24 19 2F 156 16 2C
Octal 207 127 145 0 44 31 57 526 26 54
Binary 10000111 1010111 1100101 0 100100 11001 101111 101010110 10110 101100

Color Harmonies of #875765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875765

Black with #875765

Text Example


Text Example

White with #875765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875765; }

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

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

background-color css

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

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

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

border-color css

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

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

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