Html Css Color HEX #7C5155 Solid Pink

📋 copy color: '#7C5155'

red 124 ◦ green 81 ◦ blue 85

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

Shades of Solid Pink #7C5155

Tints of Solid Pink #7C5155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.93%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 42.76%
G = 27.93%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C5155 (or 0x7C5155) is known color: Solid Pink. HEX triplet: 7C, 51 and 55. RGB value is (124,81,85). Sum of RGB (Red+Green+Blue) = 124+81+85=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5155 is #83AEAA. Grayscale: #5E5E5E. Windows color (decimal): -8629931 or 5591420. OLE color: 5591420.

HSL color Cylindrical-coordinate representation of color #7C5155: hue angle of 354.42º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5155 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 81 85 -
CMYK 0 0.35 0.31 0.51
HSL 354.42º 0.21% 0.4% -
HSV(B) 354.42º 0.35% 0.49% -
XYZ 12.89 10.83 10 -
YUV 94.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 124 81 85 0 0.35 0.31 0.51 354.42 0.21 0.4
Hex 7C 51 55 0 23 1F 33 162 15 28
Octal 174 121 125 0 43 37 63 542 25 50
Binary 1111100 1010001 1010101 0 100011 11111 110011 101100010 10101 101000

Color Harmonies of #7C5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5155

Black with #7C5155

Text Example


Text Example

White with #7C5155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,81,85); }

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

background-color css

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

 a { background-color: rgb(124,81,85); }

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

border-color css

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

 span { border-color: rgb(124,81,85); }

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