Html Css Color HEX #7F497D Trendy Pink

📋 copy color: '#7F497D'

red 127 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #7F497D

Tints of Trendy Pink #7F497D

RGB

 RED value IS 127 (50% from 255) = 39.08%

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 39.08%
G = 22.46%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F497D (or 0x7F497D) is known color: Trendy Pink. HEX triplet: 7F, 49 and 7D. RGB value is (127,73,125). Sum of RGB (Red+Green+Blue) = 127+73+125=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F497D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F497D is #80B682. Grayscale: #5E5E5E. Windows color (decimal): -8435331 or 8210815. OLE color: 8210815.

HSL color Cylindrical-coordinate representation of color #7F497D: hue angle of 302.22º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F497D is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 73 125 -
CMYK 0 0.43 0.02 0.50
HSL 302.22º 0.27% 0.39% -
HSV(B) 302.22º 0.43% 0.5% -
XYZ 14.84 10.76 20.7 -
YUV 95.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 127 73 125 0 0.43 0.02 0.50 302.22 0.27 0.39
Hex 7F 49 7D 0 2B 2 32 12E 1B 27
Octal 177 111 175 0 53 2 62 456 33 47
Binary 1111111 1001001 1111101 0 101011 10 110010 100101110 11011 100111

Color Harmonies of #7F497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F497D

Black with #7F497D

Text Example


Text Example

White with #7F497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,73,125); }

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

background-color css

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

 a { background-color: rgb(127,73,125); }

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

border-color css

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

 span { border-color: rgb(127,73,125); }

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