Html Css Color HEX #874748 Solid Pink

📋 copy color: '#874748'

red 135 ◦ green 71 ◦ blue 72

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

Shades of Solid Pink #874748

Tints of Solid Pink #874748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 48.56%
G = 25.54%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874748 (or 0x874748) is known color: Solid Pink. HEX triplet: 87, 47 and 48. RGB value is (135,71,72). Sum of RGB (Red+Green+Blue) = 135+71+72=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #874748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874748 is #78B8B7. Grayscale: #5A5A5A. Windows color (decimal): -7911608 or 4736903. OLE color: 4736903.

HSL color Cylindrical-coordinate representation of color #874748: hue angle of 359.06º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874748 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 71 72 -
CMYK 0 0.47 0.47 0.47
HSL 359.06º 0.31% 0.4% -
HSV(B) 359.06º 0.47% 0.53% -
XYZ 13.41 10.13 7.38 -
YUV 90.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 135 71 72 0 0.47 0.47 0.47 359.06 0.31 0.4
Hex 87 47 48 0 2F 2F 2F 167 1F 28
Octal 207 107 110 0 57 57 57 547 37 50
Binary 10000111 1000111 1001000 0 101111 101111 101111 101100111 11111 101000

Color Harmonies of #874748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874748

Black with #874748

Text Example


Text Example

White with #874748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874748; }

 p { color: rgb(135,71,72); }

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

background-color css

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

 a { background-color: rgb(135,71,72); }

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

border-color css

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

 span { border-color: rgb(135,71,72); }

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