Html Css Color HEX #806D84 Trendy Pink

📋 copy color: '#806D84'

red 128 ◦ green 109 ◦ blue 132

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

Shades of Trendy Pink #806D84

Tints of Trendy Pink #806D84

RGB

 RED value IS 128 (50.39% from 255) = 34.69%

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 34.69%
G = 29.54%
B = 35.77%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#806D84 (or 0x806D84) is known color: Trendy Pink. HEX triplet: 80, 6D and 84. RGB value is (128,109,132). Sum of RGB (Red+Green+Blue) = 128+109+132=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #806D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D84 is #7F927B. Grayscale: #757575. Windows color (decimal): -8360572 or 8678784. OLE color: 8678784.

HSL color Cylindrical-coordinate representation of color #806D84: hue angle of 289.57º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #806D84 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 109 132 -
CMYK 0.03 0.17 0 0.48
HSL 289.57º 0.1% 0.47% -
HSV(B) 289.57º 0.17% 0.52% -
XYZ 18.54 17.19 24.17 -
YUV 117.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 128 109 132 0.03 0.17 0 0.48 289.57 0.1 0.47
Hex 80 6D 84 3 11 0 30 122 A 2F
Octal 200 155 204 3 21 0 60 442 12 57
Binary 10000000 1101101 10000100 11 10001 0 110000 100100010 1010 101111

Color Harmonies of #806D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D84

Black with #806D84

Text Example


Text Example

White with #806D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806D84; }

 p { color: rgb(128,109,132); }

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

background-color css

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

 a { background-color: rgb(128,109,132); }

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

border-color css

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

 span { border-color: rgb(128,109,132); }

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