Html Css Color HEX #874E5F Cannon Pink

📋 copy color: '#874E5F'

red 135 ◦ green 78 ◦ blue 95

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

Shades of Cannon Pink #874E5F

Tints of Cannon Pink #874E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 43.83%
G = 25.32%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#874E5F (or 0x874E5F) is known color: Cannon Pink. HEX triplet: 87, 4E and 5F. RGB value is (135,78,95). Sum of RGB (Red+Green+Blue) = 135+78+95=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5F is #78B1A0. Grayscale: #606060. Windows color (decimal): -7909793 or 6246023. OLE color: 6246023.

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

Color convert

RGB 135 78 95 -
CMYK 0 0.42 0.30 0.47
HSL 342.11º 0.27% 0.42% -
HSV(B) 342.11º 0.42% 0.53% -
XYZ 14.78 11.43 12.25 -
YUV 96.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 135 78 95 0 0.42 0.30 0.47 342.11 0.27 0.42
Hex 87 4E 5F 0 2A 1E 2F 156 1B 2A
Octal 207 116 137 0 52 36 57 526 33 52
Binary 10000111 1001110 1011111 0 101010 11110 101111 101010110 11011 101010

Color Harmonies of #874E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E5F

Black with #874E5F

Text Example


Text Example

White with #874E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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