Html Css Color HEX #7C474B Solid Pink

📋 copy color: '#7C474B'

red 124 ◦ green 71 ◦ blue 75

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

Shades of Solid Pink #7C474B

Tints of Solid Pink #7C474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 45.93%
G = 26.3%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C474B (or 0x7C474B) is known color: Solid Pink. HEX triplet: 7C, 47 and 4B. RGB value is (124,71,75). Sum of RGB (Red+Green+Blue) = 124+71+75=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C474B is #83B8B4. Grayscale: #575757. Windows color (decimal): -8632501 or 4933500. OLE color: 4933500.

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

Color convert

RGB 124 71 75 -
CMYK 0 0.43 0.40 0.51
HSL 355.47º 0.27% 0.38% -
HSV(B) 355.47º 0.43% 0.49% -
XYZ 11.84 9.3 7.83 -
YUV 87.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 124 71 75 0 0.43 0.40 0.51 355.47 0.27 0.38
Hex 7C 47 4B 0 2B 28 33 163 1B 26
Octal 174 107 113 0 53 50 63 543 33 46
Binary 1111100 1000111 1001011 0 101011 101000 110011 101100011 11011 100110

Color Harmonies of #7C474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C474B

Black with #7C474B

Text Example


Text Example

White with #7C474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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