Html Css Color HEX #874E5A Cannon Pink

📋 copy color: '#874E5A'

red 135 ◦ green 78 ◦ blue 90

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

Shades of Cannon Pink #874E5A

Tints of Cannon Pink #874E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 44.55%
G = 25.74%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#874E5A (or 0x874E5A) is known color: Cannon Pink. HEX triplet: 87, 4E and 5A. RGB value is (135,78,90). Sum of RGB (Red+Green+Blue) = 135+78+90=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5A is #78B1A5. Grayscale: #606060. Windows color (decimal): -7909798 or 5918343. OLE color: 5918343.

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

Color convert

RGB 135 78 90 -
CMYK 0 0.42 0.33 0.47
HSL 347.37º 0.27% 0.42% -
HSV(B) 347.37º 0.42% 0.53% -
XYZ 14.56 11.34 11.09 -
YUV 96.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 135 78 90 0 0.42 0.33 0.47 347.37 0.27 0.42
Hex 87 4E 5A 0 2A 21 2F 15B 1B 2A
Octal 207 116 132 0 52 41 57 533 33 52
Binary 10000111 1001110 1011010 0 101010 100001 101111 101011011 11011 101010

Color Harmonies of #874E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E5A

Black with #874E5A

Text Example


Text Example

White with #874E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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