Html Css Color HEX #7F587A Trendy Pink

📋 copy color: '#7F587A'

red 127 ◦ green 88 ◦ blue 122

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

Shades of Trendy Pink #7F587A

Tints of Trendy Pink #7F587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 37.69%
G = 26.11%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F587A (or 0x7F587A) is known color: Trendy Pink. HEX triplet: 7F, 58 and 7A. RGB value is (127,88,122). Sum of RGB (Red+Green+Blue) = 127+88+122=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F587A is #80A785. Grayscale: #676767. Windows color (decimal): -8431494 or 8018047. OLE color: 8018047.

HSL color Cylindrical-coordinate representation of color #7F587A: hue angle of 307.69º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F587A is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 88 122 -
CMYK 0 0.31 0.04 0.50
HSL 307.69º 0.18% 0.42% -
HSV(B) 307.69º 0.31% 0.5% -
XYZ 15.75 12.9 20.07 -
YUV 103.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 127 88 122 0 0.31 0.04 0.50 307.69 0.18 0.42
Hex 7F 58 7A 0 1F 4 32 134 12 2A
Octal 177 130 172 0 37 4 62 464 22 52
Binary 1111111 1011000 1111010 0 11111 100 110010 100110100 10010 101010

Color Harmonies of #7F587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F587A

Black with #7F587A

Text Example


Text Example

White with #7F587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,88,122); }

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

background-color css

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

 a { background-color: rgb(127,88,122); }

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

border-color css

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

 span { border-color: rgb(127,88,122); }

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