#874B66

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

Shades of Cannon Pink #874B66

Tints of Cannon Pink #874B66

Color information

#874B66 (or 0x874B66) is unknown color: approx Cannon Pink. HEX triplet: 87, 4B and 66. RGB value is (135,75,102). Sum of RGB (Red+Green+Blue) = 135+75+102=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #874B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B66 is #78B499. Grayscale: #5F5F5F. Windows color (decimal): -7910554 or 6704007. OLE color: 6704007.

HSL color Cylindrical-coordinate representation of color #874B66: hue angle of 333º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874B66 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13575102-
CMYK00.440.240.47
HSL333º28.57%41.18%-
HSV(B)333º44.44%52.94%-
XYZ14.9111.1413.94-
YUV96.02131.38155.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=43.27%
G=24.04%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357510200.440.240.4733328.5741.18
Hex874B6602C182F14d1d29
Octal20711314605430575153551
Binary100001111001011110011001011001100010111110100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,75,102); }

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

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

 a { background-color: rgb(135,75,102); }

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

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

 span { border-color: rgb(135,75,102); }

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