Html Css Color HEX #7C494A Solid Pink

📋 copy color: '#7C494A'

red 124 ◦ green 73 ◦ blue 74

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

Shades of Solid Pink #7C494A

Tints of Solid Pink #7C494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 45.76%
G = 26.94%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C494A (or 0x7C494A) is known color: Solid Pink. HEX triplet: 7C, 49 and 4A. RGB value is (124,73,74). Sum of RGB (Red+Green+Blue) = 124+73+74=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C494A is #83B6B5. Grayscale: #585858. Windows color (decimal): -8631990 or 4868476. OLE color: 4868476.

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

Color convert

RGB 124 73 74 -
CMYK 0 0.41 0.40 0.51
HSL 358.82º 0.26% 0.39% -
HSV(B) 358.82º 0.41% 0.49% -
XYZ 11.93 9.54 7.69 -
YUV 88.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 124 73 74 0 0.41 0.40 0.51 358.82 0.26 0.39
Hex 7C 49 4A 0 29 28 33 167 1A 27
Octal 174 111 112 0 51 50 63 547 32 47
Binary 1111100 1001001 1001010 0 101001 101000 110011 101100111 11010 100111

Color Harmonies of #7C494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C494A

Black with #7C494A

Text Example


Text Example

White with #7C494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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