Html Css Color HEX #874D64 Cannon Pink

📋 copy color: '#874D64'

red 135 ◦ green 77 ◦ blue 100

#874D64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #874D64

Tints of Cannon Pink #874D64

RGB

 RED value IS 135 (53.13% from 255) = 43.27%

 GREEN value IS 77 (30.47% from 255) = 24.68%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 43.27%
G = 24.68%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#874D64 (or 0x874D64) is known color: Cannon Pink. HEX triplet: 87, 4D and 64. RGB value is (135,77,100). Sum of RGB (Red+Green+Blue) = 135+77+100=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #874D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D64 is #78B29B. Grayscale: #606060. Windows color (decimal): -7910044 or 6573447. OLE color: 6573447.

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

Color convert

RGB 135 77 100 -
CMYK 0 0.43 0.26 0.47
HSL 336.21º 0.27% 0.42% -
HSV(B) 336.21º 0.43% 0.53% -
XYZ 14.95 11.38 13.47 -
YUV 96.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 135 77 100 0 0.43 0.26 0.47 336.21 0.27 0.42
Hex 87 4D 64 0 2B 1A 2F 150 1B 2A
Octal 207 115 144 0 53 32 57 520 33 52
Binary 10000111 1001101 1100100 0 101011 11010 101111 101010000 11011 101010

Color Harmonies of #874D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D64

Black with #874D64

Text Example


Text Example

White with #874D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #874D64;
 }
 .AnyTagClassName
 {
   color: #874D64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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