Html Css Color HEX #7D6582 Trendy Pink

📋 copy color: '#7D6582'

red 125 ◦ green 101 ◦ blue 130

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

Shades of Trendy Pink #7D6582

Tints of Trendy Pink #7D6582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

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

R = 35.11%
G = 28.37%
B = 36.52%

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

#7D6582 (or 0x7D6582) is known color: Trendy Pink. HEX triplet: 7D, 65 and 82. RGB value is (125,101,130). Sum of RGB (Red+Green+Blue) = 125+101+130=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D6582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6582 is #829A7D. Grayscale: #6F6F6F. Windows color (decimal): -8559230 or 8545661. OLE color: 8545661.

HSL color Cylindrical-coordinate representation of color #7D6582: hue angle of 289.66º degrees, saturation: 0.13, 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 #7D6582 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 101 130 -
CMYK 0.04 0.22 0 0.49
HSL 289.66º 0.13% 0.45% -
HSV(B) 289.66º 0.22% 0.51% -
XYZ 17.14 15.28 23.16 -
YUV 111.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 125 101 130 0.04 0.22 0 0.49 289.66 0.13 0.45
Hex 7D 65 82 4 16 0 31 122 D 2D
Octal 175 145 202 4 26 0 61 442 15 55
Binary 1111101 1100101 10000010 100 10110 0 110001 100100010 1101 101101

Color Harmonies of #7D6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6582

Black with #7D6582

Text Example


Text Example

White with #7D6582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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