Html Css Color HEX #7C494F Solid Pink

📋 copy color: '#7C494F'

red 124 ◦ green 73 ◦ blue 79

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

Shades of Solid Pink #7C494F

Tints of Solid Pink #7C494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 44.93%
G = 26.45%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C494F (or 0x7C494F) is known color: Solid Pink. HEX triplet: 7C, 49 and 4F. RGB value is (124,73,79). Sum of RGB (Red+Green+Blue) = 124+73+79=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C494F is #83B6B0. Grayscale: #585858. Windows color (decimal): -8631985 or 5196156. OLE color: 5196156.

HSL color Cylindrical-coordinate representation of color #7C494F: hue angle of 352.94º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C494F is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 73 79 -
CMYK 0 0.41 0.36 0.51
HSL 352.94º 0.26% 0.39% -
HSV(B) 352.94º 0.41% 0.49% -
XYZ 12.11 9.61 8.61 -
YUV 88.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 124 73 79 0 0.41 0.36 0.51 352.94 0.26 0.39
Hex 7C 49 4F 0 29 24 33 161 1A 27
Octal 174 111 117 0 51 44 63 541 32 47
Binary 1111100 1001001 1001111 0 101001 100100 110011 101100001 11010 100111

Color Harmonies of #7C494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C494F

Black with #7C494F

Text Example


Text Example

White with #7C494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,79); }

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

background-color css

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

 a { background-color: rgb(124,73,79); }

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

border-color css

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

 span { border-color: rgb(124,73,79); }

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