Html Css Color HEX #874F5E Cannon Pink

📋 copy color: '#874F5E'

red 135 ◦ green 79 ◦ blue 94

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

Shades of Cannon Pink #874F5E

Tints of Cannon Pink #874F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

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

R = 43.83%
G = 25.65%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#874F5E (or 0x874F5E) is known color: Cannon Pink. HEX triplet: 87, 4F and 5E. RGB value is (135,79,94). Sum of RGB (Red+Green+Blue) = 135+79+94=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F5E is #78B0A1. Grayscale: #616161. Windows color (decimal): -7909538 or 6180743. OLE color: 6180743.

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

Color convert

RGB 135 79 94 -
CMYK 0 0.41 0.30 0.47
HSL 343.93º 0.26% 0.42% -
HSV(B) 343.93º 0.41% 0.53% -
XYZ 14.81 11.55 12.04 -
YUV 97.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 135 79 94 0 0.41 0.30 0.47 343.93 0.26 0.42
Hex 87 4F 5E 0 29 1E 2F 158 1A 2A
Octal 207 117 136 0 51 36 57 530 32 52
Binary 10000111 1001111 1011110 0 101001 11110 101111 101011000 11010 101010

Color Harmonies of #874F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F5E

Black with #874F5E

Text Example


Text Example

White with #874F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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