Html Css Color HEX #7C474C Solid Pink

📋 copy color: '#7C474C'

red 124 ◦ green 71 ◦ blue 76

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

Shades of Solid Pink #7C474C

Tints of Solid Pink #7C474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 45.76%
G = 26.2%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C474C (or 0x7C474C) is known color: Solid Pink. HEX triplet: 7C, 47 and 4C. RGB value is (124,71,76). Sum of RGB (Red+Green+Blue) = 124+71+76=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C474C is #83B8B3. Grayscale: #575757. Windows color (decimal): -8632500 or 4999036. OLE color: 4999036.

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

Color convert

RGB 124 71 76 -
CMYK 0 0.43 0.39 0.51
HSL 354.34º 0.27% 0.38% -
HSV(B) 354.34º 0.43% 0.49% -
XYZ 11.87 9.31 8.01 -
YUV 87.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 124 71 76 0 0.43 0.39 0.51 354.34 0.27 0.38
Hex 7C 47 4C 0 2B 27 33 162 1B 26
Octal 174 107 114 0 53 47 63 542 33 46
Binary 1111100 1000111 1001100 0 101011 100111 110011 101100010 11011 100110

Color Harmonies of #7C474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C474C

Black with #7C474C

Text Example


Text Example

White with #7C474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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