Html Css Color HEX #874378 Trendy Pink

📋 copy color: '#874378'

red 135 ◦ green 67 ◦ blue 120

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

Shades of Trendy Pink #874378

Tints of Trendy Pink #874378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 120 (47.27% from 255) = 37.27%

R = 41.93%
G = 20.81%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#874378 (or 0x874378) is known color: Trendy Pink. HEX triplet: 87, 43 and 78. RGB value is (135,67,120). Sum of RGB (Red+Green+Blue) = 135+67+120=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874378 is #78BC87. Grayscale: #5D5D5D. Windows color (decimal): -7912584 or 7881607. OLE color: 7881607.

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

Color convert

RGB 135 67 120 -
CMYK 0 0.50 0.11 0.47
HSL 313.24º 0.34% 0.4% -
HSV(B) 313.24º 0.5% 0.53% -
XYZ 15.39 10.52 18.99 -
YUV 93.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 135 67 120 0 0.50 0.11 0.47 313.24 0.34 0.4
Hex 87 43 78 0 32 B 2F 139 22 28
Octal 207 103 170 0 62 13 57 471 42 50
Binary 10000111 1000011 1111000 0 110010 1011 101111 100111001 100010 101000

Color Harmonies of #874378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874378

Black with #874378

Text Example


Text Example

White with #874378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874378; }

 p { color: rgb(135,67,120); }

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

background-color css

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

 a { background-color: rgb(135,67,120); }

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

border-color css

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

 span { border-color: rgb(135,67,120); }

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