Html Css Color HEX #7C474F Solid Pink

📋 copy color: '#7C474F'

red 124 ◦ green 71 ◦ blue 79

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

Shades of Solid Pink #7C474F

Tints of Solid Pink #7C474F

RGB

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

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

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

R = 45.26%
G = 25.91%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C474F (or 0x7C474F) is known color: Solid Pink. HEX triplet: 7C, 47 and 4F. RGB value is (124,71,79). Sum of RGB (Red+Green+Blue) = 124+71+79=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C474F is #83B8B0. Grayscale: #575757. Windows color (decimal): -8632497 or 5195644. OLE color: 5195644.

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

Color convert

RGB 124 71 79 -
CMYK 0 0.43 0.36 0.51
HSL 350.94º 0.27% 0.38% -
HSV(B) 350.94º 0.43% 0.49% -
XYZ 11.98 9.36 8.57 -
YUV 87.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 124 71 79 0 0.43 0.36 0.51 350.94 0.27 0.38
Hex 7C 47 4F 0 2B 24 33 15F 1B 26
Octal 174 107 117 0 53 44 63 537 33 46
Binary 1111100 1000111 1001111 0 101011 100100 110011 101011111 11011 100110

Color Harmonies of #7C474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C474F

Black with #7C474F

Text Example


Text Example

White with #7C474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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