#874F67

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

Shades of Cannon Pink #874F67

Tints of Cannon Pink #874F67

Color information

#874F67 (or 0x874F67) is unknown color: approx Cannon Pink. HEX triplet: 87, 4F and 67. RGB value is (135,79,103). Sum of RGB (Red+Green+Blue) = 135+79+103=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #874F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F67 is #78B098. Grayscale: #626262. Windows color (decimal): -7909529 or 6770567. OLE color: 6770567.

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

Color convert

RGB13579103-
CMYK00.410.240.47
HSL334.29º26.17%41.96%-
HSV(B)334.29º41.48%52.94%-
XYZ15.2411.7214.29-
YUV98.48130.55154.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=42.59%
G=24.92%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357910300.410.240.47334.2926.1741.96
Hex874F67029182F14e1a2a
Octal20711714705130575163252
Binary100001111001111110011101010011100010111110100111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,103); }

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

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

 a { background-color: rgb(135,79,103); }

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

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

 span { border-color: rgb(135,79,103); }

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