Html Css Color HEX #874F64 Cannon Pink

📋 copy color: '#874F64'

red 135 ◦ green 79 ◦ blue 100

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

Shades of Cannon Pink #874F64

Tints of Cannon Pink #874F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

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

R = 42.99%
G = 25.16%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#874F64 (or 0x874F64) is known color: Cannon Pink. HEX triplet: 87, 4F and 64. RGB value is (135,79,100). Sum of RGB (Red+Green+Blue) = 135+79+100=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F64 is #78B09B. Grayscale: #626262. Windows color (decimal): -7909532 or 6573959. OLE color: 6573959.

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

Color convert

RGB 135 79 100 -
CMYK 0 0.41 0.26 0.47
HSL 337.5º 0.26% 0.42% -
HSV(B) 337.5º 0.41% 0.53% -
XYZ 15.09 11.66 13.51 -
YUV 98.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 135 79 100 0 0.41 0.26 0.47 337.5 0.26 0.42
Hex 87 4F 64 0 29 1A 2F 152 1A 2A
Octal 207 117 144 0 51 32 57 522 32 52
Binary 10000111 1001111 1100100 0 101001 11010 101111 101010010 11010 101010

Color Harmonies of #874F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F64

Black with #874F64

Text Example


Text Example

White with #874F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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