Html Css Color HEX #874E5E Cannon Pink

📋 copy color: '#874E5E'

red 135 ◦ green 78 ◦ blue 94

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

Shades of Cannon Pink #874E5E

Tints of Cannon Pink #874E5E

RGB

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

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

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

R = 43.97%
G = 25.41%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#874E5E (or 0x874E5E) is known color: Cannon Pink. HEX triplet: 87, 4E and 5E. RGB value is (135,78,94). Sum of RGB (Red+Green+Blue) = 135+78+94=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5E is #78B1A1. Grayscale: #606060. Windows color (decimal): -7909794 or 6180487. OLE color: 6180487.

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

Color convert

RGB 135 78 94 -
CMYK 0 0.42 0.30 0.47
HSL 343.16º 0.27% 0.42% -
HSV(B) 343.16º 0.42% 0.53% -
XYZ 14.74 11.41 12.01 -
YUV 96.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 135 78 94 0 0.42 0.30 0.47 343.16 0.27 0.42
Hex 87 4E 5E 0 2A 1E 2F 157 1B 2A
Octal 207 116 136 0 52 36 57 527 33 52
Binary 10000111 1001110 1011110 0 101010 11110 101111 101010111 11011 101010

Color Harmonies of #874E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E5E

Black with #874E5E

Text Example


Text Example

White with #874E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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