Html Css Color HEX #825677 Trendy Pink

📋 copy color: '#825677'

red 130 ◦ green 86 ◦ blue 119

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

Shades of Trendy Pink #825677

Tints of Trendy Pink #825677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 38.81%
G = 25.67%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#825677 (or 0x825677) is known color: Trendy Pink. HEX triplet: 82, 56 and 77. RGB value is (130,86,119). Sum of RGB (Red+Green+Blue) = 130+86+119=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825677 is #7DA988. Grayscale: #666666. Windows color (decimal): -8235401 or 7820930. OLE color: 7820930.

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

Color convert

RGB 130 86 119 -
CMYK 0 0.34 0.08 0.49
HSL 315º 0.2% 0.42% -
HSV(B) 315º 0.34% 0.51% -
XYZ 15.86 12.73 19.07 -
YUV 102.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 130 86 119 0 0.34 0.08 0.49 315 0.2 0.42
Hex 82 56 77 0 22 8 31 13B 14 2A
Octal 202 126 167 0 42 10 61 473 24 52
Binary 10000010 1010110 1110111 0 100010 1000 110001 100111011 10100 101010

Color Harmonies of #825677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825677

Black with #825677

Text Example


Text Example

White with #825677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825677; }

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

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

background-color css

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

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

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

border-color css

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

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

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