Html Css Color HEX #874760 Cannon Pink

📋 copy color: '#874760'

red 135 ◦ green 71 ◦ blue 96

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

Shades of Cannon Pink #874760

Tints of Cannon Pink #874760

RGB

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

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

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

R = 44.7%
G = 23.51%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#874760 (or 0x874760) is known color: Cannon Pink. HEX triplet: 87, 47 and 60. RGB value is (135,71,96). Sum of RGB (Red+Green+Blue) = 135+71+96=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874760 is #78B89F. Grayscale: #5C5C5C. Windows color (decimal): -7911584 or 6309767. OLE color: 6309767.

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

Color convert

RGB 135 71 96 -
CMYK 0 0.47 0.29 0.47
HSL 336.56º 0.31% 0.4% -
HSV(B) 336.56º 0.47% 0.53% -
XYZ 14.36 10.5 12.34 -
YUV 92.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 135 71 96 0 0.47 0.29 0.47 336.56 0.31 0.4
Hex 87 47 60 0 2F 1D 2F 151 1F 28
Octal 207 107 140 0 57 35 57 521 37 50
Binary 10000111 1000111 1100000 0 101111 11101 101111 101010001 11111 101000

Color Harmonies of #874760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874760

Black with #874760

Text Example


Text Example

White with #874760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874760; }

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

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

background-color css

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

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

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

border-color css

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

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

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