Html Css Color HEX #874A5C Cannon Pink

📋 copy color: '#874A5C'

red 135 ◦ green 74 ◦ blue 92

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

Shades of Cannon Pink #874A5C

Tints of Cannon Pink #874A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.58%

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

R = 44.85%
G = 24.58%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#874A5C (or 0x874A5C) is known color: Cannon Pink. HEX triplet: 87, 4A and 5C. RGB value is (135,74,92). Sum of RGB (Red+Green+Blue) = 135+74+92=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A5C is #78B5A3. Grayscale: #5E5E5E. Windows color (decimal): -7910820 or 6048391. OLE color: 6048391.

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

Color convert

RGB 135 74 92 -
CMYK 0 0.45 0.32 0.47
HSL 342.3º 0.29% 0.41% -
HSV(B) 342.3º 0.45% 0.53% -
XYZ 14.37 10.82 11.46 -
YUV 94.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 135 74 92 0 0.45 0.32 0.47 342.3 0.29 0.41
Hex 87 4A 5C 0 2D 20 2F 156 1D 29
Octal 207 112 134 0 55 40 57 526 35 51
Binary 10000111 1001010 1011100 0 101101 100000 101111 101010110 11101 101001

Color Harmonies of #874A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A5C

Black with #874A5C

Text Example


Text Example

White with #874A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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