Html Css Color HEX #7C494C Solid Pink

📋 copy color: '#7C494C'

red 124 ◦ green 73 ◦ blue 76

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

Shades of Solid Pink #7C494C

Tints of Solid Pink #7C494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 45.42%
G = 26.74%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C494C (or 0x7C494C) is known color: Solid Pink. HEX triplet: 7C, 49 and 4C. RGB value is (124,73,76). Sum of RGB (Red+Green+Blue) = 124+73+76=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C494C is #83B6B3. Grayscale: #585858. Windows color (decimal): -8631988 or 4999548. OLE color: 4999548.

HSL color Cylindrical-coordinate representation of color #7C494C: hue angle of 356.47º 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 #7C494C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 73 76 -
CMYK 0 0.41 0.39 0.51
HSL 356.47º 0.26% 0.39% -
HSV(B) 356.47º 0.41% 0.49% -
XYZ 12 9.57 8.05 -
YUV 88.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 124 73 76 0 0.41 0.39 0.51 356.47 0.26 0.39
Hex 7C 49 4C 0 29 27 33 164 1A 27
Octal 174 111 114 0 51 47 63 544 32 47
Binary 1111100 1001001 1001100 0 101001 100111 110011 101100100 11010 100111

Color Harmonies of #7C494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C494C

Black with #7C494C

Text Example


Text Example

White with #7C494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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