#874D68

Color #874D68 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #874D68

Tints of Cannon Pink #874D68

Color information

#874D68 (or 0x874D68) is unknown color: approx Cannon Pink. HEX triplet: 87, 4D and 68. RGB value is (135,77,104). Sum of RGB (Red+Green+Blue) = 135+77+104=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #874D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D68 is #78B297. Grayscale: #616161. Windows color (decimal): -7910040 or 6835591. OLE color: 6835591.

HSL color Cylindrical-coordinate representation of color #874D68: hue angle of 332.07º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D68 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13577104-
CMYK00.430.230.47
HSL332.07º27.36%41.57%-
HSV(B)332.07º42.96%52.94%-
XYZ15.1411.4614.51-
YUV97.42131.72154.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=42.72%
G=24.37%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357710400.430.230.47332.0727.3641.57
Hex874D6802B172F14c1b2a
Octal20711515005327575143352
Binary100001111001101110100001010111011110111110100110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874D68; }

 p { color: rgb(135,77,104); }

 H1.HeaderClassName
 {
   color: #874D68;
 }
 .AnyTagClassName
 {
   color: #874D68;
 }
</style>
background-color css

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

 a { background-color: rgb(135,77,104); }

 div.DivClassName
 {
   background-color: #874D68;
 }
 .BgClassName
 {
   background-color: #874D68;
 }
</style>
border-color css

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

 span { border-color: rgb(135,77,104); }

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