#874D5A

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

Shades of Cannon Pink #874D5A

Tints of Cannon Pink #874D5A

Color information

#874D5A (or 0x874D5A) is unknown color: approx Cannon Pink. HEX triplet: 87, 4D and 5A. RGB value is (135,77,90). Sum of RGB (Red+Green+Blue) = 135+77+90=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D5A is #78B2A5. Grayscale: #5F5F5F. Windows color (decimal): -7910054 or 5918087. OLE color: 5918087.

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

Color convert

RGB1357790-
CMYK00.430.330.47
HSL346.55º27.36%41.57%-
HSV(B)346.55º42.96%52.94%-
XYZ14.4911.211.07-
YUV95.82124.72155.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=44.70%
G=25.50%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135779000.430.330.47346.5527.3641.57
Hex874D5A02B212F15b1b2a
Octal20711513205341575333352
Binary1000011110011011011010010101110000110111110101101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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