Html Css Color HEX #7A627B Trendy Pink

📋 copy color: '#7A627B'

red 122 ◦ green 98 ◦ blue 123

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

Shades of Trendy Pink #7A627B

Tints of Trendy Pink #7A627B

RGB

 RED value IS 122 (48.05% from 255) = 35.57%

 GREEN value IS 98 (38.67% from 255) = 28.57%

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

R = 35.57%
G = 28.57%
B = 35.86%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7A627B (or 0x7A627B) is known color: Trendy Pink. HEX triplet: 7A, 62 and 7B. RGB value is (122,98,123). Sum of RGB (Red+Green+Blue) = 122+98+123=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A627B is #859D84. Grayscale: #6B6B6B. Windows color (decimal): -8756613 or 8086138. OLE color: 8086138.

HSL color Cylindrical-coordinate representation of color #7A627B: hue angle of 297.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A627B is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 98 123 -
CMYK 0.01 0.20 0 0.52
HSL 297.6º 0.11% 0.43% -
HSV(B) 297.6º 0.2% 0.48% -
XYZ 15.97 14.3 20.66 -
YUV 108.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 122 98 123 0.01 0.20 0 0.52 297.6 0.11 0.43
Hex 7A 62 7B 1 14 0 34 12A B 2B
Octal 172 142 173 1 24 0 64 452 13 53
Binary 1111010 1100010 1111011 1 10100 0 110100 100101010 1011 101011

Color Harmonies of #7A627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A627B

Black with #7A627B

Text Example


Text Example

White with #7A627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,123); }

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

background-color css

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

 a { background-color: rgb(122,98,123); }

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

border-color css

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

 span { border-color: rgb(122,98,123); }

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