Html Css Color HEX #825776 Trendy Pink

📋 copy color: '#825776'

red 130 ◦ green 87 ◦ blue 118

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

Shades of Trendy Pink #825776

Tints of Trendy Pink #825776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.97%

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

R = 38.81%
G = 25.97%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#825776 (or 0x825776) is known color: Trendy Pink. HEX triplet: 82, 57 and 76. RGB value is (130,87,118). Sum of RGB (Red+Green+Blue) = 130+87+118=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825776 is #7DA889. Grayscale: #676767. Windows color (decimal): -8235146 or 7755650. OLE color: 7755650.

HSL color Cylindrical-coordinate representation of color #825776: hue angle of 316.74º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825776 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 118 -
CMYK 0 0.33 0.09 0.49
HSL 316.74º 0.2% 0.43% -
HSV(B) 316.74º 0.33% 0.51% -
XYZ 15.88 12.87 18.79 -
YUV 103.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 130 87 118 0 0.33 0.09 0.49 316.74 0.2 0.43
Hex 82 57 76 0 21 9 31 13D 14 2B
Octal 202 127 166 0 41 11 61 475 24 53
Binary 10000010 1010111 1110110 0 100001 1001 110001 100111101 10100 101011

Color Harmonies of #825776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825776

Black with #825776

Text Example


Text Example

White with #825776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825776; }

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

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

background-color css

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

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

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

border-color css

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

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

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