Html Css Color HEX #7D607B Trendy Pink

📋 copy color: '#7D607B'

red 125 ◦ green 96 ◦ blue 123

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

Shades of Trendy Pink #7D607B

Tints of Trendy Pink #7D607B

RGB

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

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

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

R = 36.34%
G = 27.91%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D607B (or 0x7D607B) is known color: Trendy Pink. HEX triplet: 7D, 60 and 7B. RGB value is (125,96,123). Sum of RGB (Red+Green+Blue) = 125+96+123=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 125 - color contains mainly: red. Hex color #7D607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D607B is #829F84. Grayscale: #6B6B6B. Windows color (decimal): -8560517 or 8085629. OLE color: 8085629.

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

Color convert

RGB 125 96 123 -
CMYK 0 0.23 0.02 0.51
HSL 304.14º 0.13% 0.43% -
HSV(B) 304.14º 0.23% 0.49% -
XYZ 16.22 14.16 20.62 -
YUV 107.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 125 96 123 0 0.23 0.02 0.51 304.14 0.13 0.43
Hex 7D 60 7B 0 17 2 33 130 D 2B
Octal 175 140 173 0 27 2 63 460 15 53
Binary 1111101 1100000 1111011 0 10111 10 110011 100110000 1101 101011

Color Harmonies of #7D607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D607B

Black with #7D607B

Text Example


Text Example

White with #7D607B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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