Html Css Color HEX #874B5E Cannon Pink

📋 copy color: '#874B5E'

red 135 ◦ green 75 ◦ blue 94

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

Shades of Cannon Pink #874B5E

Tints of Cannon Pink #874B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.67%

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

R = 44.41%
G = 24.67%
B = 30.92%

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

#874B5E (or 0x874B5E) is known color: Cannon Pink. HEX triplet: 87, 4B and 5E. RGB value is (135,75,94). Sum of RGB (Red+Green+Blue) = 135+75+94=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B5E is #78B4A1. Grayscale: #5F5F5F. Windows color (decimal): -7910562 or 6179719. OLE color: 6179719.

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

Color convert

RGB 135 75 94 -
CMYK 0 0.44 0.30 0.47
HSL 341º 0.29% 0.41% -
HSV(B) 341º 0.44% 0.53% -
XYZ 14.53 10.99 11.95 -
YUV 95.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 135 75 94 0 0.44 0.30 0.47 341 0.29 0.41
Hex 87 4B 5E 0 2C 1E 2F 155 1D 29
Octal 207 113 136 0 54 36 57 525 35 51
Binary 10000111 1001011 1011110 0 101100 11110 101111 101010101 11101 101001

Color Harmonies of #874B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874B5E

Black with #874B5E

Text Example


Text Example

White with #874B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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