Html Css Color HEX #7F617D Trendy Pink

📋 copy color: '#7F617D'

red 127 ◦ green 97 ◦ blue 125

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

Shades of Trendy Pink #7F617D

Tints of Trendy Pink #7F617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

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

R = 36.39%
G = 27.79%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F617D (or 0x7F617D) is known color: Trendy Pink. HEX triplet: 7F, 61 and 7D. RGB value is (127,97,125). Sum of RGB (Red+Green+Blue) = 127+97+125=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 127 - color contains mainly: red. Hex color #7F617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F617D is #809E82. Grayscale: #6D6D6D. Windows color (decimal): -8429187 or 8216959. OLE color: 8216959.

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

Color convert

RGB 127 97 125 -
CMYK 0 0.24 0.02 0.50
HSL 304º 0.13% 0.44% -
HSV(B) 304º 0.24% 0.5% -
XYZ 16.73 14.54 21.33 -
YUV 109.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 127 97 125 0 0.24 0.02 0.50 304 0.13 0.44
Hex 7F 61 7D 0 18 2 32 130 D 2C
Octal 177 141 175 0 30 2 62 460 15 54
Binary 1111111 1100001 1111101 0 11000 10 110010 100110000 1101 101100

Color Harmonies of #7F617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F617D

Black with #7F617D

Text Example


Text Example

White with #7F617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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