#874761

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

Shades of Cannon Pink #874761

Tints of Cannon Pink #874761

Color information

#874761 (or 0x874761) is unknown color: approx 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

RGB1357197-
CMYK00.470.280.47
HSL335.62º31.07%40.39%-
HSV(B)335.62º47.41%52.94%-
XYZ14.410.5212.58-
YUV93.1130.2157.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135719700.470.280.47335.6231.0740.39
Hex87476102F1C2F1501f28
Octal20710714105734575203750
Binary100001111000111110000101011111110010111110101000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>