Html Css Color HEX #874961 Cannon Pink

📋 copy color: '#874961'

red 135 ◦ green 73 ◦ blue 97

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

Shades of Cannon Pink #874961

Tints of Cannon Pink #874961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 44.26%
G = 23.93%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#874961 (or 0x874961) is known color: Cannon Pink. HEX triplet: 87, 49 and 61. RGB value is (135,73,97). Sum of RGB (Red+Green+Blue) = 135+73+97=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874961 is #78B69E. Grayscale: #5E5E5E. Windows color (decimal): -7911071 or 6375815. OLE color: 6375815.

HSL color Cylindrical-coordinate representation of color #874961: hue angle of 336.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874961 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 97 -
CMYK 0 0.46 0.28 0.47
HSL 336.77º 0.3% 0.41% -
HSV(B) 336.77º 0.46% 0.53% -
XYZ 14.53 10.78 12.62 -
YUV 94.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 135 73 97 0 0.46 0.28 0.47 336.77 0.3 0.41
Hex 87 49 61 0 2E 1C 2F 151 1E 29
Octal 207 111 141 0 56 34 57 521 36 51
Binary 10000111 1001001 1100001 0 101110 11100 101111 101010001 11110 101001

Color Harmonies of #874961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874961

Black with #874961

Text Example


Text Example

White with #874961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874961; }

 p { color: rgb(135,73,97); }

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

background-color css

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

 a { background-color: rgb(135,73,97); }

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

border-color css

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

 span { border-color: rgb(135,73,97); }

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