Html Css Color HEX #874C5E Cannon Pink

📋 copy color: '#874C5E'

red 135 ◦ green 76 ◦ blue 94

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

Shades of Cannon Pink #874C5E

Tints of Cannon Pink #874C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 44.26%
G = 24.92%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#874C5E (or 0x874C5E) is known color: Cannon Pink. HEX triplet: 87, 4C and 5E. RGB value is (135,76,94). Sum of RGB (Red+Green+Blue) = 135+76+94=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C5E is #78B3A1. Grayscale: #5F5F5F. Windows color (decimal): -7910306 or 6179975. OLE color: 6179975.

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

Color convert

RGB 135 76 94 -
CMYK 0 0.44 0.30 0.47
HSL 341.69º 0.28% 0.41% -
HSV(B) 341.69º 0.44% 0.53% -
XYZ 14.6 11.13 11.97 -
YUV 95.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 135 76 94 0 0.44 0.30 0.47 341.69 0.28 0.41
Hex 87 4C 5E 0 2C 1E 2F 156 1C 29
Octal 207 114 136 0 54 36 57 526 34 51
Binary 10000111 1001100 1011110 0 101100 11110 101111 101010110 11100 101001

Color Harmonies of #874C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C5E

Black with #874C5E

Text Example


Text Example

White with #874C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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