Html Css Color HEX #824676 Trendy Pink

📋 copy color: '#824676'

red 130 ◦ green 70 ◦ blue 118

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

Shades of Trendy Pink #824676

Tints of Trendy Pink #824676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 40.88%
G = 22.01%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#824676 (or 0x824676) is known color: Trendy Pink. HEX triplet: 82, 46 and 76. RGB value is (130,70,118). Sum of RGB (Red+Green+Blue) = 130+70+118=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #824676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824676 is #7DB989. Grayscale: #5D5D5D. Windows color (decimal): -8239498 or 7751298. OLE color: 7751298.

HSL color Cylindrical-coordinate representation of color #824676: hue angle of 312º 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 #824676 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 118 -
CMYK 0 0.46 0.09 0.49
HSL 312º 0.3% 0.39% -
HSV(B) 312º 0.46% 0.51% -
XYZ 14.67 10.43 18.38 -
YUV 93.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 130 70 118 0 0.46 0.09 0.49 312 0.3 0.39
Hex 82 46 76 0 2E 9 31 138 1E 27
Octal 202 106 166 0 56 11 61 470 36 47
Binary 10000010 1000110 1110110 0 101110 1001 110001 100111000 11110 100111

Color Harmonies of #824676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824676

Black with #824676

Text Example


Text Example

White with #824676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824676; }

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

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

background-color css

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

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

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

border-color css

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

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

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