Html Css Color HEX #874B62 Cannon Pink

📋 copy color: '#874B62'

red 135 ◦ green 75 ◦ blue 98

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

Shades of Cannon Pink #874B62

Tints of Cannon Pink #874B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 43.83%
G = 24.35%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874B62 (or 0x874B62) is known color: Cannon Pink. HEX triplet: 87, 4B and 62. RGB value is (135,75,98). Sum of RGB (Red+Green+Blue) = 135+75+98=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B62 is #78B49D. Grayscale: #5F5F5F. Windows color (decimal): -7910558 or 6441863. OLE color: 6441863.

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

Color convert

RGB 135 75 98 -
CMYK 0 0.44 0.27 0.47
HSL 337º 0.29% 0.41% -
HSV(B) 337º 0.44% 0.53% -
XYZ 14.71 11.06 12.92 -
YUV 95.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 135 75 98 0 0.44 0.27 0.47 337 0.29 0.41
Hex 87 4B 62 0 2C 1B 2F 151 1D 29
Octal 207 113 142 0 54 33 57 521 35 51
Binary 10000111 1001011 1100010 0 101100 11011 101111 101010001 11101 101001

Color Harmonies of #874B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874B62

Black with #874B62

Text Example


Text Example

White with #874B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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