Html Css Color HEX #874752 Solid Pink

📋 copy color: '#874752'

red 135 ◦ green 71 ◦ blue 82

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

Shades of Solid Pink #874752

Tints of Solid Pink #874752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.47%

R = 46.88%
G = 24.65%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#874752 (or 0x874752) is known color: Solid Pink. HEX triplet: 87, 47 and 52. RGB value is (135,71,82). Sum of RGB (Red+Green+Blue) = 135+71+82=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874752 is #78B8AD. Grayscale: #5B5B5B. Windows color (decimal): -7911598 or 5392263. OLE color: 5392263.

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

Color convert

RGB 135 71 82 -
CMYK 0 0.47 0.39 0.47
HSL 349.69º 0.31% 0.4% -
HSV(B) 349.69º 0.47% 0.53% -
XYZ 13.77 10.27 9.24 -
YUV 91.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 135 71 82 0 0.47 0.39 0.47 349.69 0.31 0.4
Hex 87 47 52 0 2F 27 2F 15E 1F 28
Octal 207 107 122 0 57 47 57 536 37 50
Binary 10000111 1000111 1010010 0 101111 100111 101111 101011110 11111 101000

Color Harmonies of #874752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874752

Black with #874752

Text Example


Text Example

White with #874752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874752; }

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

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

background-color css

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

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

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

border-color css

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

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

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