Html Css Color HEX #7D6182 Trendy Pink

📋 copy color: '#7D6182'

red 125 ◦ green 97 ◦ blue 130

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

Shades of Trendy Pink #7D6182

Tints of Trendy Pink #7D6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

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

R = 35.51%
G = 27.56%
B = 36.93%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D6182 (or 0x7D6182) is known color: Trendy Pink. HEX triplet: 7D, 61 and 82. RGB value is (125,97,130). Sum of RGB (Red+Green+Blue) = 125+97+130=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D6182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6182 is #829E7D. Grayscale: #6D6D6D. Windows color (decimal): -8560254 or 8544637. OLE color: 8544637.

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

Color convert

RGB 125 97 130 -
CMYK 0.04 0.25 0 0.49
HSL 290.91º 0.15% 0.45% -
HSV(B) 290.91º 0.25% 0.51% -
XYZ 16.76 14.52 23.04 -
YUV 109.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 125 97 130 0.04 0.25 0 0.49 290.91 0.15 0.45
Hex 7D 61 82 4 19 0 31 123 F 2D
Octal 175 141 202 4 31 0 61 443 17 55
Binary 1111101 1100001 10000010 100 11001 0 110001 100100011 1111 101101

Color Harmonies of #7D6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6182

Black with #7D6182

Text Example


Text Example

White with #7D6182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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