Html Css Color HEX #844677 Trendy Pink

📋 copy color: '#844677'

red 132 ◦ green 70 ◦ blue 119

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

Shades of Trendy Pink #844677

Tints of Trendy Pink #844677

RGB

 RED value IS 132 (51.95% from 255) = 41.12%

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 41.12%
G = 21.81%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#844677 (or 0x844677) is known color: Trendy Pink. HEX triplet: 84, 46 and 77. RGB value is (132,70,119). Sum of RGB (Red+Green+Blue) = 132+70+119=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #844677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844677 is #7BB988. Grayscale: #5D5D5D. Windows color (decimal): -8108425 or 7816836. OLE color: 7816836.

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

Color convert

RGB 132 70 119 -
CMYK 0 0.47 0.10 0.48
HSL 312.58º 0.31% 0.4% -
HSV(B) 312.58º 0.47% 0.52% -
XYZ 15.04 10.62 18.71 -
YUV 94.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 132 70 119 0 0.47 0.10 0.48 312.58 0.31 0.4
Hex 84 46 77 0 2F A 30 139 1F 28
Octal 204 106 167 0 57 12 60 471 37 50
Binary 10000100 1000110 1110111 0 101111 1010 110000 100111001 11111 101000

Color Harmonies of #844677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844677

Black with #844677

Text Example


Text Example

White with #844677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844677; }

 p { color: rgb(132,70,119); }

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

background-color css

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

 a { background-color: rgb(132,70,119); }

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

border-color css

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

 span { border-color: rgb(132,70,119); }

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