Html Css Color HEX #824777 Trendy Pink

📋 copy color: '#824777'

red 130 ◦ green 71 ◦ blue 119

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

Shades of Trendy Pink #824777

Tints of Trendy Pink #824777

RGB

 RED value IS 130 (51.17% from 255) = 40.63%

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

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

R = 40.63%
G = 22.19%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#824777 (or 0x824777) is known color: Trendy Pink. HEX triplet: 82, 47 and 77. RGB value is (130,71,119). Sum of RGB (Red+Green+Blue) = 130+71+119=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #824777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824777 is #7DB888. Grayscale: #5D5D5D. Windows color (decimal): -8239241 or 7817090. OLE color: 7817090.

HSL color Cylindrical-coordinate representation of color #824777: hue angle of 311.19º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824777 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 119 -
CMYK 0 0.45 0.08 0.49
HSL 311.19º 0.29% 0.39% -
HSV(B) 311.19º 0.45% 0.51% -
XYZ 14.79 10.58 18.72 -
YUV 94.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 130 71 119 0 0.45 0.08 0.49 311.19 0.29 0.39
Hex 82 47 77 0 2D 8 31 137 1D 27
Octal 202 107 167 0 55 10 61 467 35 47
Binary 10000010 1000111 1110111 0 101101 1000 110001 100110111 11101 100111

Color Harmonies of #824777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824777

Black with #824777

Text Example


Text Example

White with #824777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824777; }

 p { color: rgb(130,71,119); }

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

background-color css

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

 a { background-color: rgb(130,71,119); }

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

border-color css

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

 span { border-color: rgb(130,71,119); }

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