Html Css Color HEX #874C61 Cannon Pink

📋 copy color: '#874C61'

red 135 ◦ green 76 ◦ blue 97

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

Shades of Cannon Pink #874C61

Tints of Cannon Pink #874C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

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

R = 43.83%
G = 24.68%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#874C61 (or 0x874C61) is known color: Cannon Pink. HEX triplet: 87, 4C and 61. RGB value is (135,76,97). Sum of RGB (Red+Green+Blue) = 135+76+97=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C61 is #78B39E. Grayscale: #606060. Windows color (decimal): -7910303 or 6376583. OLE color: 6376583.

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

Color convert

RGB 135 76 97 -
CMYK 0 0.44 0.28 0.47
HSL 338.64º 0.28% 0.41% -
HSV(B) 338.64º 0.44% 0.53% -
XYZ 14.73 11.18 12.69 -
YUV 96.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 135 76 97 0 0.44 0.28 0.47 338.64 0.28 0.41
Hex 87 4C 61 0 2C 1C 2F 153 1C 29
Octal 207 114 141 0 54 34 57 523 34 51
Binary 10000111 1001100 1100001 0 101100 11100 101111 101010011 11100 101001

Color Harmonies of #874C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C61

Black with #874C61

Text Example


Text Example

White with #874C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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