Html Css Color HEX #874E5C Cannon Pink

📋 copy color: '#874E5C'

red 135 ◦ green 78 ◦ blue 92

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

Shades of Cannon Pink #874E5C

Tints of Cannon Pink #874E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 44.26%
G = 25.57%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#874E5C (or 0x874E5C) is known color: Cannon Pink. HEX triplet: 87, 4E and 5C. RGB value is (135,78,92). Sum of RGB (Red+Green+Blue) = 135+78+92=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5C is #78B1A3. Grayscale: #606060. Windows color (decimal): -7909796 or 6049415. OLE color: 6049415.

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

Color convert

RGB 135 78 92 -
CMYK 0 0.42 0.32 0.47
HSL 345.26º 0.27% 0.42% -
HSV(B) 345.26º 0.42% 0.53% -
XYZ 14.65 11.37 11.55 -
YUV 96.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 135 78 92 0 0.42 0.32 0.47 345.26 0.27 0.42
Hex 87 4E 5C 0 2A 20 2F 159 1B 2A
Octal 207 116 134 0 52 40 57 531 33 52
Binary 10000111 1001110 1011100 0 101010 100000 101111 101011001 11011 101010

Color Harmonies of #874E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E5C

Black with #874E5C

Text Example


Text Example

White with #874E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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