Html Css Color HEX #7D6682 Trendy Pink

📋 copy color: '#7D6682'

red 125 ◦ green 102 ◦ blue 130

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

Shades of Trendy Pink #7D6682

Tints of Trendy Pink #7D6682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 35.01%
G = 28.57%
B = 36.41%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D6682 (or 0x7D6682) is known color: Trendy Pink. HEX triplet: 7D, 66 and 82. RGB value is (125,102,130). Sum of RGB (Red+Green+Blue) = 125+102+130=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D6682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6682 is #82997D. Grayscale: #6F6F6F. Windows color (decimal): -8558974 or 8545917. OLE color: 8545917.

HSL color Cylindrical-coordinate representation of color #7D6682: hue angle of 289.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6682 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 102 130 -
CMYK 0.04 0.22 0 0.49
HSL 289.29º 0.12% 0.45% -
HSV(B) 289.29º 0.22% 0.51% -
XYZ 17.24 15.47 23.2 -
YUV 112.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 125 102 130 0.04 0.22 0 0.49 289.29 0.12 0.45
Hex 7D 66 82 4 16 0 31 121 C 2D
Octal 175 146 202 4 26 0 61 441 14 55
Binary 1111101 1100110 10000010 100 10110 0 110001 100100001 1100 101101

Color Harmonies of #7D6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6682

Black with #7D6682

Text Example


Text Example

White with #7D6682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,102,130); }

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

background-color css

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

 a { background-color: rgb(125,102,130); }

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

border-color css

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

 span { border-color: rgb(125,102,130); }

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