Shades of Trendy Pink #7F667F
Tints of Trendy Pink #7F667F
RGB
CMYK
RGB Variations
Color information
#7F667F (or 0x7F667F) is known color: Trendy Pink. HEX triplet: 7F, 66 and 7F. RGB value is (127,102,127). Sum of RGB (Red+Green+Blue) = 127+102+127=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F667F is #809980. Grayscale: #707070. Windows color (decimal): -8427905 or 8349311. OLE color: 8349311.
HSL color Cylindrical-coordinate representation of color #7F667F: hue angle of 300º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F667F is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
RGB | 127 | 102 | 127 | - |
CMYK | 0 | 0.20 | 0 | 0.50 |
HSL | 300º | 0.11% | 0.45% | - |
HSV(B) | 300º | 0.2% | 0.5% | - |
XYZ | 17.33 | 15.55 | 22.17 | - |
YUV | 112.33 | 136.28 | 138.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 102 | 127 | 0 | 0.20 | 0 | 0.50 | 300 | 0.11 | 0.45 |
Hex | 7F | 66 | 7F | 0 | 14 | 0 | 32 | 12C | B | 2D |
Octal | 177 | 146 | 177 | 0 | 24 | 0 | 62 | 454 | 13 | 55 |
Binary | 1111111 | 1100110 | 1111111 | 0 | 10100 | 0 | 110010 | 100101100 | 1011 | 101101 |
Color Harmonies of #7F667F
Complementary color
Monochromatic Colors of #7F667F
Black with #7F667F
Text Example
Text Example
White with #7F667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F667F; }
p { color: rgb(127,102,127); }
H1.HeaderClassName
{
color: #7F667F;
}
.AnyTagClassName
{
color: #7F667F;
}
</style>
background-color css
<style>
a { background-color: #7F667F; }
a { background-color: rgb(127,102,127); }
div.DivClassName
{
background-color: #7F667F;
}
.BgClassName
{
background-color: #7F667F;
}
</style>
border-color css
<style>
span { border-color: #7F667F; }
span { border-color: rgb(127,102,127); }
td.TdClassName
{
border-color: #7F667F;
}
.TagClassName
{
border-color: #7F667F;
}
</style>