Html Css Color HEX #7B607E Trendy Pink

📋 copy color: '#7B607E'

red 123 ◦ green 96 ◦ blue 126

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

Shades of Trendy Pink #7B607E

Tints of Trendy Pink #7B607E

RGB

 RED value IS 123 (48.44% from 255) = 35.65%

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

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

R = 35.65%
G = 27.83%
B = 36.52%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B607E (or 0x7B607E) is known color: Trendy Pink. HEX triplet: 7B, 60 and 7E. RGB value is (123,96,126). Sum of RGB (Red+Green+Blue) = 123+96+126=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B607E is #849F81. Grayscale: #6B6B6B. Windows color (decimal): -8691586 or 8282235. OLE color: 8282235.

HSL color Cylindrical-coordinate representation of color #7B607E: hue angle of 294º 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 #7B607E is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 96 126 -
CMYK 0.02 0.24 0 0.51
HSL 294º 0.14% 0.44% -
HSV(B) 294º 0.24% 0.49% -
XYZ 16.12 14.08 21.61 -
YUV 107.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 123 96 126 0.02 0.24 0 0.51 294 0.14 0.44
Hex 7B 60 7E 2 18 0 33 126 E 2C
Octal 173 140 176 2 30 0 63 446 16 54
Binary 1111011 1100000 1111110 10 11000 0 110011 100100110 1110 101100

Color Harmonies of #7B607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B607E

Black with #7B607E

Text Example


Text Example

White with #7B607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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