Html Css Color HEX #874759 Cannon Pink

📋 copy color: '#874759'

red 135 ◦ green 71 ◦ blue 89

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

Shades of Cannon Pink #874759

Tints of Cannon Pink #874759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 45.76%
G = 24.07%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#874759 (or 0x874759) is known color: Cannon Pink. HEX triplet: 87, 47 and 59. RGB value is (135,71,89). Sum of RGB (Red+Green+Blue) = 135+71+89=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874759 is #78B8A6. Grayscale: #5C5C5C. Windows color (decimal): -7911591 or 5851015. OLE color: 5851015.

HSL color Cylindrical-coordinate representation of color #874759: hue angle of 343.12º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874759 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 71 89 -
CMYK 0 0.47 0.34 0.47
HSL 343.13º 0.31% 0.4% -
HSV(B) 343.13º 0.47% 0.53% -
XYZ 14.05 10.38 10.71 -
YUV 92.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 135 71 89 0 0.47 0.34 0.47 343.13 0.31 0.4
Hex 87 47 59 0 2F 22 2F 157 1F 28
Octal 207 107 131 0 57 42 57 527 37 50
Binary 10000111 1000111 1011001 0 101111 100010 101111 101010111 11111 101000

Color Harmonies of #874759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874759

Black with #874759

Text Example


Text Example

White with #874759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874759; }

 p { color: rgb(135,71,89); }

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

background-color css

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

 a { background-color: rgb(135,71,89); }

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

border-color css

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

 span { border-color: rgb(135,71,89); }

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