Html Css Color HEX #7D6781 Trendy Pink

📋 copy color: '#7D6781'

red 125 ◦ green 103 ◦ blue 129

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

Shades of Trendy Pink #7D6781

Tints of Trendy Pink #7D6781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

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

R = 35.01%
G = 28.85%
B = 36.13%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D6781 (or 0x7D6781) is known color: Trendy Pink. HEX triplet: 7D, 67 and 81. RGB value is (125,103,129). Sum of RGB (Red+Green+Blue) = 125+103+129=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D6781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6781 is #82987E. Grayscale: #707070. Windows color (decimal): -8558719 or 8480637. OLE color: 8480637.

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

Color convert

RGB 125 103 129 -
CMYK 0.03 0.20 0 0.49
HSL 290.77º 0.11% 0.45% -
HSV(B) 290.77º 0.2% 0.51% -
XYZ 17.27 15.65 22.88 -
YUV 112.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 125 103 129 0.03 0.20 0 0.49 290.77 0.11 0.45
Hex 7D 67 81 3 14 0 31 123 B 2D
Octal 175 147 201 3 24 0 61 443 13 55
Binary 1111101 1100111 10000001 11 10100 0 110001 100100011 1011 101101

Color Harmonies of #7D6781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6781

Black with #7D6781

Text Example


Text Example

White with #7D6781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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