Html Css Color HEX #874E62 Cannon Pink

📋 copy color: '#874E62'

red 135 ◦ green 78 ◦ blue 98

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

Shades of Cannon Pink #874E62

Tints of Cannon Pink #874E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 43.41%
G = 25.08%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874E62 (or 0x874E62) is known color: Cannon Pink. HEX triplet: 87, 4E and 62. RGB value is (135,78,98). Sum of RGB (Red+Green+Blue) = 135+78+98=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #874E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E62 is #78B19D. Grayscale: #616161. Windows color (decimal): -7909790 or 6442631. OLE color: 6442631.

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

Color convert

RGB 135 78 98 -
CMYK 0 0.42 0.27 0.47
HSL 338.95º 0.27% 0.42% -
HSV(B) 338.95º 0.42% 0.53% -
XYZ 14.92 11.48 12.99 -
YUV 97.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 135 78 98 0 0.42 0.27 0.47 338.95 0.27 0.42
Hex 87 4E 62 0 2A 1B 2F 153 1B 2A
Octal 207 116 142 0 52 33 57 523 33 52
Binary 10000111 1001110 1100010 0 101010 11011 101111 101010011 11011 101010

Color Harmonies of #874E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E62

Black with #874E62

Text Example


Text Example

White with #874E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,78,98); }

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

background-color css

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

 a { background-color: rgb(135,78,98); }

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

border-color css

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

 span { border-color: rgb(135,78,98); }

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