Html Css Color HEX #874761 Cannon Pink

📋 copy color: '#874761'

red 135 ◦ green 71 ◦ blue 97

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

Shades of Cannon Pink #874761

Tints of Cannon Pink #874761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 44.55%
G = 23.43%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#874761 (or 0x874761) is known color: Cannon Pink. HEX triplet: 87, 47 and 61. RGB value is (135,71,97). Sum of RGB (Red+Green+Blue) = 135+71+97=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874761 is #78B89E. Grayscale: #5D5D5D. Windows color (decimal): -7911583 or 6375303. OLE color: 6375303.

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

Color convert

RGB 135 71 97 -
CMYK 0 0.47 0.28 0.47
HSL 335.63º 0.31% 0.4% -
HSV(B) 335.63º 0.47% 0.53% -
XYZ 14.4 10.52 12.58 -
YUV 93.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 135 71 97 0 0.47 0.28 0.47 335.63 0.31 0.4
Hex 87 47 61 0 2F 1C 2F 150 1F 28
Octal 207 107 141 0 57 34 57 520 37 50
Binary 10000111 1000111 1100001 0 101111 11100 101111 101010000 11111 101000

Color Harmonies of #874761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874761

Black with #874761

Text Example


Text Example

White with #874761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874761; }

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

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

background-color css

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

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

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

border-color css

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

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

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