Html Css Color HEX #7D6881 Trendy Pink

📋 copy color: '#7D6881'

red 125 ◦ green 104 ◦ blue 129

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

Shades of Trendy Pink #7D6881

Tints of Trendy Pink #7D6881

RGB

 RED value IS 125 (49.22% from 255) = 34.92%

 GREEN value IS 104 (41.02% from 255) = 29.05%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 34.92%
G = 29.05%
B = 36.03%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D6881 (or 0x7D6881) is known color: Trendy Pink. HEX triplet: 7D, 68 and 81. RGB value is (125,104,129). Sum of RGB (Red+Green+Blue) = 125+104+129=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D6881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6881 is #82977E. Grayscale: #717171. Windows color (decimal): -8558463 or 8480893. OLE color: 8480893.

HSL color Cylindrical-coordinate representation of color #7D6881: hue angle of 290.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D6881 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 104 129 -
CMYK 0.03 0.19 0 0.49
HSL 290.4º 0.11% 0.46% -
HSV(B) 290.4º 0.19% 0.51% -
XYZ 17.37 15.85 22.91 -
YUV 113.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 125 104 129 0.03 0.19 0 0.49 290.4 0.11 0.46
Hex 7D 68 81 3 13 0 31 122 B 2E
Octal 175 150 201 3 23 0 61 442 13 56
Binary 1111101 1101000 10000001 11 10011 0 110001 100100010 1011 101110

Color Harmonies of #7D6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6881

Black with #7D6881

Text Example


Text Example

White with #7D6881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D6881; }

 p { color: rgb(125,104,129); }

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

background-color css

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

 a { background-color: rgb(125,104,129); }

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

border-color css

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

 span { border-color: rgb(125,104,129); }

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