Html Css Color HEX #824677 Trendy Pink

📋 copy color: '#824677'

red 130 ◦ green 70 ◦ blue 119

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

Shades of Trendy Pink #824677

Tints of Trendy Pink #824677

RGB

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

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

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

R = 40.75%
G = 21.94%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#824677 (or 0x824677) is known color: Trendy Pink. HEX triplet: 82, 46 and 77. RGB value is (130,70,119). Sum of RGB (Red+Green+Blue) = 130+70+119=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #824677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824677 is #7DB988. Grayscale: #5D5D5D. Windows color (decimal): -8239497 or 7816834. OLE color: 7816834.

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

Color convert

RGB 130 70 119 -
CMYK 0 0.46 0.08 0.49
HSL 311º 0.3% 0.39% -
HSV(B) 311º 0.46% 0.51% -
XYZ 14.73 10.46 18.7 -
YUV 93.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 130 70 119 0 0.46 0.08 0.49 311 0.3 0.39
Hex 82 46 77 0 2E 8 31 137 1E 27
Octal 202 106 167 0 56 10 61 467 36 47
Binary 10000010 1000110 1110111 0 101110 1000 110001 100110111 11110 100111

Color Harmonies of #824677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824677

Black with #824677

Text Example


Text Example

White with #824677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824677; }

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

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

background-color css

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

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

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

border-color css

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

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

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