Html Css Color HEX #7B647E Trendy Pink

📋 copy color: '#7B647E'

red 123 ◦ green 100 ◦ blue 126

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

Shades of Trendy Pink #7B647E

Tints of Trendy Pink #7B647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

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

R = 35.24%
G = 28.65%
B = 36.1%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B647E (or 0x7B647E) is known color: Trendy Pink. HEX triplet: 7B, 64 and 7E. RGB value is (123,100,126). Sum of RGB (Red+Green+Blue) = 123+100+126=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B647E is #849B81. Grayscale: #6D6D6D. Windows color (decimal): -8690562 or 8283259. OLE color: 8283259.

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

Color convert

RGB 123 100 126 -
CMYK 0.02 0.21 0 0.51
HSL 293.08º 0.12% 0.44% -
HSV(B) 293.08º 0.21% 0.49% -
XYZ 16.49 14.83 21.73 -
YUV 109.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 123 100 126 0.02 0.21 0 0.51 293.08 0.12 0.44
Hex 7B 64 7E 2 15 0 33 125 C 2C
Octal 173 144 176 2 25 0 63 445 14 54
Binary 1111011 1100100 1111110 10 10101 0 110011 100100101 1100 101100

Color Harmonies of #7B647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B647E

Black with #7B647E

Text Example


Text Example

White with #7B647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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