Html Css Color HEX #7A637E Trendy Pink

📋 copy color: '#7A637E'

red 122 ◦ green 99 ◦ blue 126

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

Shades of Trendy Pink #7A637E

Tints of Trendy Pink #7A637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.53%

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

R = 35.16%
G = 28.53%
B = 36.31%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A637E (or 0x7A637E) is known color: Trendy Pink. HEX triplet: 7A, 63 and 7E. RGB value is (122,99,126). Sum of RGB (Red+Green+Blue) = 122+99+126=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 99 (39.06% from 255 or 28.53% 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 #7A637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A637E is #859C81. Grayscale: #6C6C6C. Windows color (decimal): -8756354 or 8283002. OLE color: 8283002.

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

Color convert

RGB 122 99 126 -
CMYK 0.03 0.21 0 0.51
HSL 291.11º 0.12% 0.44% -
HSV(B) 291.11º 0.21% 0.49% -
XYZ 16.25 14.57 21.69 -
YUV 108.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 122 99 126 0.03 0.21 0 0.51 291.11 0.12 0.44
Hex 7A 63 7E 3 15 0 33 123 C 2C
Octal 172 143 176 3 25 0 63 443 14 54
Binary 1111010 1100011 1111110 11 10101 0 110011 100100011 1100 101100

Color Harmonies of #7A637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A637E

Black with #7A637E

Text Example


Text Example

White with #7A637E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,99,126); }

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

background-color css

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

 a { background-color: rgb(122,99,126); }

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

border-color css

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

 span { border-color: rgb(122,99,126); }

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