Html Css Color HEX #7D607E Trendy Pink

📋 copy color: '#7D607E'

red 125 ◦ green 96 ◦ blue 126

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

Shades of Trendy Pink #7D607E

Tints of Trendy Pink #7D607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 36.02%
G = 27.67%
B = 36.31%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7D607E (or 0x7D607E) is known color: Trendy Pink. HEX triplet: 7D, 60 and 7E. RGB value is (125,96,126). Sum of RGB (Red+Green+Blue) = 125+96+126=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 126 - color contains mainly: blue. Hex color #7D607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D607E is #829F81. Grayscale: #6C6C6C. Windows color (decimal): -8560514 or 8282237. OLE color: 8282237.

HSL color Cylindrical-coordinate representation of color #7D607E: hue angle of 298º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D607E is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 96 126 -
CMYK 0.01 0.24 0 0.51
HSL 298º 0.14% 0.44% -
HSV(B) 298º 0.24% 0.49% -
XYZ 16.41 14.23 21.62 -
YUV 108.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 125 96 126 0.01 0.24 0 0.51 298 0.14 0.44
Hex 7D 60 7E 1 18 0 33 12A E 2C
Octal 175 140 176 1 30 0 63 452 16 54
Binary 1111101 1100000 1111110 1 11000 0 110011 100101010 1110 101100

Color Harmonies of #7D607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D607E

Black with #7D607E

Text Example


Text Example

White with #7D607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,126); }

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

background-color css

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

 a { background-color: rgb(125,96,126); }

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

border-color css

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

 span { border-color: rgb(125,96,126); }

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