Html Css Color HEX #7D507B Trendy Pink

📋 copy color: '#7D507B'

red 125 ◦ green 80 ◦ blue 123

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

Shades of Trendy Pink #7D507B

Tints of Trendy Pink #7D507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 38.11%
G = 24.39%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D507B (or 0x7D507B) is known color: Trendy Pink. HEX triplet: 7D, 50 and 7B. RGB value is (125,80,123). Sum of RGB (Red+Green+Blue) = 125+80+123=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D507B is #82AF84. Grayscale: #626262. Windows color (decimal): -8564613 or 8081533. OLE color: 8081533.

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

Color convert

RGB 125 80 123 -
CMYK 0 0.36 0.02 0.51
HSL 302.67º 0.22% 0.4% -
HSV(B) 302.67º 0.36% 0.49% -
XYZ 14.9 11.53 20.18 -
YUV 98.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 125 80 123 0 0.36 0.02 0.51 302.67 0.22 0.4
Hex 7D 50 7B 0 24 2 33 12F 16 28
Octal 175 120 173 0 44 2 63 457 26 50
Binary 1111101 1010000 1111011 0 100100 10 110011 100101111 10110 101000

Color Harmonies of #7D507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D507B

Black with #7D507B

Text Example


Text Example

White with #7D507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,123); }

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

background-color css

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

 a { background-color: rgb(125,80,123); }

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

border-color css

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

 span { border-color: rgb(125,80,123); }

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