Html Css Color HEX #7C687F Trendy Pink

📋 copy color: '#7C687F'

red 124 ◦ green 104 ◦ blue 127

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

Shades of Trendy Pink #7C687F

Tints of Trendy Pink #7C687F

RGB

 RED value IS 124 (48.83% from 255) = 34.93%

 GREEN value IS 104 (41.02% from 255) = 29.3%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 34.93%
G = 29.3%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7C687F (or 0x7C687F) is known color: Trendy Pink. HEX triplet: 7C, 68 and 7F. RGB value is (124,104,127). Sum of RGB (Red+Green+Blue) = 124+104+127=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C687F is #839780. Grayscale: #707070. Windows color (decimal): -8624001 or 8349820. OLE color: 8349820.

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

Color convert

RGB 124 104 127 -
CMYK 0.02 0.18 0 0.50
HSL 292.17º 0.1% 0.45% -
HSV(B) 292.17º 0.18% 0.5% -
XYZ 17.09 15.72 22.21 -
YUV 112.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 124 104 127 0.02 0.18 0 0.50 292.17 0.1 0.45
Hex 7C 68 7F 2 12 0 32 124 A 2D
Octal 174 150 177 2 22 0 62 444 12 55
Binary 1111100 1101000 1111111 10 10010 0 110010 100100100 1010 101101

Color Harmonies of #7C687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C687F

Black with #7C687F

Text Example


Text Example

White with #7C687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,127); }

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

background-color css

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

 a { background-color: rgb(124,104,127); }

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

border-color css

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

 span { border-color: rgb(124,104,127); }

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